#!/bin/bash

isql /dbdata/interbase/pcweek.gdb -user 'pcweek' -password 'pcweek' -echo -input $1.sql &> $1-output.txt
