r0c/scripts/clean.sh

7 lines
130 B
Bash
Raw Normal View History

[[ -e r0c/__main__.py ]] || cd ..
[[ -e r0c/__main__.py ]] || exit 1
find -iname \*.pyc -delete
find -iname __pycache__ -delete