Download this file
1 2 3 4 5 6 7 8 9
#!/usr/bin/env bash find ./ -type f -name "*\.pyc" -print -delete ./init.py $@ echo "Debreate exit code: $?" find ./ -type f -name "*\.pyc" -delete