15 lines
487 B
Plaintext
15 lines
487 B
Plaintext
# $Source: /cvs/A/CS/startup/startup.script_linux,v $
|
|
|
|
# set EPICS according to BASE or default to 3.14.8
|
|
epicsEnvSet EPICS, R3.14.8
|
|
epicsEnvSet EPICS, R$(BASE)
|
|
|
|
epicsEnvSet TEMPLATES, $(INSTBASE)/iocBoot/templates
|
|
epicsEnvSet CFG, $(PWD)/cfg
|
|
epicsEnvSet STREAM_PROTOCOL_PATH, .:$(PWD)/cfg
|
|
epicsEnvSet gpasciiCommander, $(INSTBASE)/iocBoot/startup/gpasciiCommander$(GPASCII_VERSION=)
|
|
|
|
require sysmon
|
|
|
|
! iocBootNotify.sh $(IOC) - \${SHELLBOX#*:} - $(_) $(PWD)/startup.script - $(EPICS) -
|