compose/script/clean
2014-05-01 17:17:23 +01:00

3 lines
76 B
Bash
Executable file

#!/bin/sh
find . -type f -name '*.pyc' -delete
rm -rf docs/_site build dist