schmeckels/restart.sh
2020-03-04 23:36:49 +01:00

6 lines
97 B
Bash
Executable file

#! /bin/bash
rm -rf app.db
python create.py
python categories.py
python import.py
python sort.py