plugins, parsing threads list with BeautifulSoup
[chanspy.git] / prepare_for_commit.sh
blob821d062a243f79ba97c016fa715624ae99ff504c
1 #!/bin/sh
3 for file in `find . -name '*.pyc' -o -name '.*' -type f`
4 do
5 echo "Removing $file..."
6 rm "$file"
7 done