#!/bin/sh set -ue DB="postgresql://alex%40IPA.PDP7.NET@db.h2.int.pdp7.net" psql $DB -c "drop schema if exists weight cascade" psql $DB -c "create schema weight" psql $DB