#!/bin/sh

trap "" TSTP
${ALTIBASE_XDB_HOME}/bin/xdbisql -s localhost -u sys -p manager $*
