#!/bin/sh
INTERBASE=/opt/interbase
export INTERBASE
exec $INTERBASE/bin/ibmgr.bin $@
