haldis/populate-db.sh
2019-04-04 18:27:50 +02:00

7 lines
115 B
Bash
Executable file

#!/bin/bash
cd app
cp database/* .
../venv/bin/python create_database.py
rm -f add_* create_database.py muhscheme