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
98 B
Bash
Executable File

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