add clean script

This commit is contained in:
Conor Hughes 2014-04-02 10:09:54 -07:00
parent 981b501703
commit 14aed731a1
1 changed files with 3 additions and 0 deletions

3
clean.sh Executable file
View File

@ -0,0 +1,3 @@
#!/bin/sh
find . -name '*.pyc' | xargs rm