haldis/populate-db.sh

8 lines
136 B
Bash
Raw Normal View History

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