diff options
| author | Emil | 2023-08-04 09:13:47 -0600 |
|---|---|---|
| committer | Emil | 2023-08-04 09:13:47 -0600 |
| commit | 935243d8b4ea992c50315f0c8fcb300365a5762d (patch) | |
| tree | c22d800773997b7b267d5d6cba5931f22ee2be64 /bootstrap/bootstrap.sh | |
| download | emil-probotic-master.tar.xz emil-probotic-master.tar.zst | |
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' |
