globalforest/cleanup.sh
2020-10-24 03:57:42 +03:00

16 lines
191 B
Bash
Executable file

#!/bin/bash
# cleanup virtual environment
rm -fr venv
rm -fr __pycache__
# cleanup cache
#mapview
rm -fr cache
#mozilla
rm -fr .cache
# cleanup buildozer dirs
rm -fr .buildozer
rm -fr bin