/init.sh
#!/bin/sh

cpanm DBD::SQLite HTTP::Server::Simple Template

echo Initializing markov.db
sqlite3 markov.db <schema.sql