2 lines
68 B
Bash
2 lines
68 B
Bash
![]() |
find . -name "*.sh" | rev | cut -d '.' -f 2 | cut -d '/' -f 1 | rev
|