#!/bin/sh if [ -z "$FIREBIRD" ]; then echo "FIREBIRD not defined" exit fi $FIREBIRD/bin/isql -user SYSDBA -pass masterkey employee <