8 lines
169 B
Bash
Executable file
8 lines
169 B
Bash
Executable file
#!/usr/bin/bash
|
|
# this is a simple script to aid in the setup of a new db for F18
|
|
|
|
# init db
|
|
python3 run_cli.py init_db
|
|
|
|
# insert mock data
|
|
python3 run_cli.py mock_data
|