#!/bin/bash
PATH _MYDIR/hercules:${PATH}
clear
echo "Do not IPL until you have started all the clients"
echo "needed to successfully start MVS:"
echo "  a)  A standard telnet client to this host on port 3270"
echo "  b)  Two tn3270 clients to this host on port 3270 as consoles"
echo "  c)  Additional tn3270 clients as TSO terminals"
echo "  "
echo "  press the ENTER key to continue hercules startup"
read dummy
hercules -f ./conf/turnkey_mvs.conf
#hercules -f ./conf/mvs.conf >./log/turnkey_mvs.log
