aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/bootstrap.sh')
-rwxr-xr-xbootstrap/bootstrap.sh5
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'