3 lines
47 B
Bash
Executable File
3 lines
47 B
Bash
Executable File
rm `find . -name \*.pyc`
|
|
rm `find . -name \*~`
|