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