Add some helpful scripts

This commit is contained in:
Ben Firshman 2013-12-20 21:32:41 +00:00
commit 7b925b8eac
3 changed files with 19 additions and 0 deletions

3
script/clean Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
find . -type f -name '*.pyc' -delete