add a script to clean out the repo

This commit is contained in:
Andreas Zweili 2019-07-13 12:36:57 +02:00
parent 44c4576029
commit 1db8b821ca
1 changed files with 2 additions and 0 deletions

2
clean.sh Executable file
View File

@ -0,0 +1,2 @@
sudo find . \( -name __pycache__ -o -name "*.pyc" \) -delete
rm network_inventory/network_inventory/db.sqlite3