42_C_PISCINE/Shell/shell01v4_check/ex02/find_sh.sh
Camille Chauvet 29ed24d567 init
2023-05-17 16:45:25 +00:00

3 lines
56 B
Bash
Executable File

#!/bin/sh
basename -s .sh $(find . -type f -name *.sh)