2 lines
78 B
Bash
Executable File
2 lines
78 B
Bash
Executable File
find . -maxdepth 1 -type f ! -name "*.*" -executable -delete
|
|
rm -rf *.in *.out |