UNPKG

179 BPlain TextView Raw
1#!/usr/bin/env sh
2database=`echo ${PSQL} | awk -F '/' '{ print $4 }'`
3dropdb -h localhost $database
4set -e
5createdb -h localhost $database
6cat asset/postgres.sql | psql $database