adding all of botlist, initial add
[botlist.git] / botlistprojects / botbert / clean.sh
blob879db78696f2e470d094506c0a96838d2b96e724
1 #!/bin/sh
2 #----------------------------
3 # Clean garbage files
4 # *.pyc
5 #----------------------------
7 find . \( -name "*.pyc" -o -name "*.hi" -o -name "*.o" \) -exec rm -vf {} \;