stop.sh 212 Bytes
#! /usr/bin/ksh 
PRG="$0"
PRGDIR=`dirname "$PRG"`
APP_HOME=`cd "$PRGDIR/.." ; pwd`
. $APP_HOME/bin/setenv.sh
PRO_KEY=BomcManagerCenter
$APP_HOME/bin/killer ${LOGNAME} ${PRO_KEY}
echo "BomcManagerCenter shutdown"