globalforest/cleanup.sh

9 lines
110 B
Bash
Raw Normal View History

2020-09-20 10:54:20 -04:00
#!/bin/bash
2020-09-20 11:48:57 -04:00
# cleanup virtual environment
rm -fr venv
# cleanup buildozer dirs
2020-09-20 10:54:20 -04:00
rm -fr .buildozer
2020-09-20 10:55:34 -04:00
rm -fr bin