#!/bin/sh
II_SYSTEM=`echo $1 | sed -e 's,/ingres$,,'`
export II_SYSTEM
shift
exec $II_SYSTEM/ingres/bin/esqlc "$@"
