-
Notifications
You must be signed in to change notification settings - Fork 1
/
start_herc
executable file
·21 lines (21 loc) · 1011 Bytes
/
start_herc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
#**********************************************************************
#*** ***
#*** Script: start_herc ***
#*** ***
#*** Purpose: Hercules startup for OS/360-MVT with ***
#*** external console definitions. ***
#*** ***
#*** 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
#
# start Hercules
#
hercules -f conf/mvt_extcons.cnf