compose/script/clean

4 lines
89 B
Plaintext
Raw Normal View History

2013-12-20 22:32:41 +01:00
#!/bin/sh
find . -type f -name '*.pyc' -delete
rm -rf docs/_site build dist fig.egg-info