#/bin/bash
# ************************************************************
# *
# * Name: INS0060
# *
# * Desc: Start the MVS starter system.  This script has
# *       a twin sister/brother called _startstarter
# ************************************************************
PATH=../hercules:${PATH}
THISDIR=`pwd`
cd ..
GENDIR=`pwd`
cd ${THISDIR}

hercules -f ../conf/starter.conf > ../log/starter.log
