haldis/populate-db.sh
2020-06-21 22:04:38 +02:00

8 lines
136 B
Bash
Executable file

#!/bin/bash
set -euo pipefail
cd app
cp database/* .
python create_database.py setup_database
rm -f add_* create_database.py muhscheme