log what the clean script is doing etc

This commit is contained in:
Conor Hughes 2014-10-24 20:07:46 -07:00
parent e5737f3af8
commit c75034ff37
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
#!/bin/sh
set -x
set -e
find . -name '*.pyc' | xargs rm
rm -rf build
rm -rf *.egg-info