6 lines
97 B
Bash
Executable file
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
|