public
Description: Breve Template Engine for Python
Homepage: http://breve.twisty-industries.com/
Clone URL: git://github.com/cwells/breve.git
breve / clean.sh
100644 6 lines (4 sloc) 0.115 kb
1
2
3
4
5
6
#!/bin/bash
 
rm -rf Breve.egg-info dist build
find . -name "*.pyc" -exec rm {} \;
find . -name "*~" -exec rm {} \;