diff --git a/shell/tabularasa b/shell/tabularasa new file mode 100755 index 0000000..658265c --- /dev/null +++ b/shell/tabularasa @@ -0,0 +1,3 @@ +#!/usr/bin/sh +sudo -u postgres sh -c "dropdb note_db && psql -c 'CREATE DATABASE note_db OWNER note;'"; +echo 'reset db';