-
Notifications
You must be signed in to change notification settings - Fork 1
/
os360-mvt
executable file
·20 lines (20 loc) · 989 Bytes
/
os360-mvt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/bin/bash
#**********************************************************************
#*** ***
#*** Script: os360-mvt ***
#*** ***
#*** Purpose: IPL OS/360-MVT. ***
#*** ***
#*** Updated: 2013/03/23 ***
#*** ***
#**********************************************************************
#
# set environment
#
if [[ `uname -m` == 'x86_64' ]];then arch=64;else arch=32;fi
export PATH=hercules/linux/$arch/bin:$PATH
export LD_LIBRARY_PATH=hercules/linux/$arch/lib:hercules/linux/$arch/lib/hercules:$LD_LIBRARY_PATH
#
# IPL OS/360-MVT and start APL\360
#
HERCULES_RC=scripts/noapl.rc hercules -d -f conf/mvt_intcons.cnf