network_inventory/clean.sh

2 lines
110 B
Bash
Raw Normal View History

2019-07-13 12:36:57 +02:00
sudo find . \( -name __pycache__ -o -name "*.pyc" \) -delete
rm network_inventory/network_inventory/db.sqlite3