haldis/populate-db.sh

8 lines
136 B
Bash
Raw Normal View History

2019-04-04 18:27:50 +02:00
#!/bin/bash
2020-06-21 22:02:25 +02:00
set -euo pipefail
2019-04-04 18:27:50 +02:00
cd app
cp database/* .
2019-09-11 04:10:24 +02:00
python create_database.py setup_database
2019-04-04 18:27:50 +02:00
rm -f add_* create_database.py muhscheme