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

6 lines
107 B
Bash
Raw Normal View History

2023-08-04 11:13:47 -04:00
#!/bin/sh
DBFILE=probotic_data.sqlite
rm -f "$DBFILE"
sqlite3 "$DBFILE" -init bootstrap.sql -line '.quit'