Fixed --disable-scripting build
[clinton/bobotpp.git] / scripts / stupid_stuff / sayings.sh
CommitLineData
cb21075d 1#!/bin/sh
2
3createdb bot_sayings
4psql bot_sayings -c "CREATE TABLE sayings ( saying text, id serial);"