compose/script/clean

4 lines
76 B
Bash
Executable File

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