diff options
Diffstat (limited to 'bootstrap/bootstrap.sh')
| -rwxr-xr-x | bootstrap/bootstrap.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bootstrap/bootstrap.sh b/bootstrap/bootstrap.sh new file mode 100755 index 0000000..27205c2 --- /dev/null +++ b/bootstrap/bootstrap.sh @@ -0,0 +1,5 @@ +#!/bin/sh +DBFILE=probotic_data.sqlite + +rm -f "$DBFILE" +sqlite3 "$DBFILE" -init bootstrap.sql -line '.quit' |
