1 line
68 B
Bash
Executable file
1 line
68 B
Bash
Executable file
find . -name "*.sh" | rev | cut -d '.' -f 2 | cut -d '/' -f 1 | rev
|