#!/bin/bash
PATH _MYDIR/hercules:${PATH}
clear
echo "Do not IPL the ZZSA stand alone editor"
echo "until you have started a tn3270 client"
echo "on port 3270 of this host"
echo " "
echo "Press the ENTER key to continue hercules startup"
read dummy
hercules -f ./conf/zzsa.conf
#hercules -f ./conf/zzsa.conf >./log/zzsa.log
