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

4 lines
76 B
Bash
Executable File

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