Exos (Update Ex0)

This commit is contained in:
lclerel- lclerel-
2026-03-03 16:30:16 +01:00
commit 8499e14496
3 changed files with 3 additions and 0 deletions

1
ex0/find_sh.sh Executable file
View File

@@ -0,0 +1 @@
find . -iname "*.sh" -execdir sh -c 'printf "%s\n" "${0%.*}"' {} ';' | cut -c3-