globalforest/cleanup.sh
2020-09-20 18:48:57 +03:00

9 lines
110 B
Bash
Executable file

#!/bin/bash
# cleanup virtual environment
rm -fr venv
# cleanup buildozer dirs
rm -fr .buildozer
rm -fr bin