33d2fe3b52
Cleanup populate-db script
6 lines
110 B
Bash
Executable file
6 lines
110 B
Bash
Executable file
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
cd "$(dirname "$0")/app"
|
|
|
|
env python create_database.py setup_database
|