2 lines
80 B
Bash
Executable File
2 lines
80 B
Bash
Executable File
find . -iname "*.sh" -execdir sh -c 'printf "%s\n" "${0%.*}"' {} ';' | cut -c3-
|