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