#!/bin/bash

psql -d pcweek -f $1.sql &> $1-output.txt
