From 935243d8b4ea992c50315f0c8fcb300365a5762d Mon Sep 17 00:00:00 2001 From: Emil Date: Fri, 4 Aug 2023 09:13:47 -0600 Subject: Initial commit --- bootstrap/bootstrap.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 bootstrap/bootstrap.sh (limited to 'bootstrap/bootstrap.sh') 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' -- cgit v1.2.3