Empire/setup/reset.sh

16 lines
236 B
Bash
Raw Normal View History

2015-08-05 18:36:39 +00:00
#!/bin/bash
# reset the database
rm ../data/empire.db
./setup_database.py
cd ..
# remove the debug file if it exists
rm empire.debug
# remove the download folders
rm -rf ./downloads/
# start up Empire in debug mode
./empire --debug