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