#!/bin/bash

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