aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap.sh
blob: 27205c26161a18a89cf590a5a9db454d9cb224ce (plain) (blame)
1
2
3
4
5
#!/bin/sh
DBFILE=probotic_data.sqlite

rm -f "$DBFILE"
sqlite3 "$DBFILE" -init bootstrap.sql -line '.quit'