#!/bin/sh

# if you want to run the icp system from a directory other than the
# installed one, set the environment variable ICP_INSTALLDIR.


ARCH=`/bin/arch`

ICP_INSTALLDIR=${ICP_INSTALLDIR:=/usr/local/icp}

exec ${ICP_INSTALLDIR}/bin/${ARCH}/mbx_server $*
