#!/bin/bash
# ************************************************************
# *
# * Name: INS0130
# *
# * Desc: Start the newly generated MVS 3.8J system
# *
# ************************************************************
PATH=../hercules:${PATH}
THISDIR=`pwd`
cd ..
GENDIR=`pwd`
cd ${THISDIR}

hercules -f ../conf/mvs.conf
#hercules -f ../conf/mvs.conf >../log/mvs.log
