haldis/populate-db.sh
2022-04-19 20:40:06 +02:00

8 lines
162 B
Bash
Executable file

#!/bin/bash
set -euo pipefail
cd "$(dirname "$0")/app"
cp database/* .
env python create_database.py setup_database
rm -f add_* create_database.py muhscheme.txt