#!/bin/bash
DROPDB=0 source "$(dirname "${BASH_SOURCE[0]}")/common.sh"

psql postgres "$@"
