#!/bin/bash
# Runs a PostgreSQL command on the vegbien db
selfDir="$(dirname -- "$0")"
. "$selfDir/vegbien_dest"
export PGHOST="$out_host" PGUSER="$out_user" PGPASSWORD="$out_password" \
PGDATABASE="$out_database"
exec "$@"