This repository has been archived on 2024-03-02. You can view files and clone it, but cannot push or open issues or pull requests.
probotic/bootstrap/bootstrap.sh
2023-08-04 09:13:47 -06:00

6 lines
107 B
Bash
Executable File

#!/bin/sh
DBFILE=probotic_data.sqlite
rm -f "$DBFILE"
sqlite3 "$DBFILE" -init bootstrap.sql -line '.quit'