stop.sh 212 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 #! /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"