make examples executable from (Linux) command line
This commit is contained in:
4
streamApp/test.cmd
Normal file → Executable file
4
streamApp/test.cmd
Normal file → Executable file
@ -1,3 +1,5 @@
|
||||
#!/bin/sh
|
||||
exec O.$EPICS_HOST_ARCH/streamApp $0
|
||||
dbLoadDatabase "O.Common/streamApp.dbd"
|
||||
streamApp_registerRecordDeviceDriver
|
||||
|
||||
@ -7,4 +9,4 @@ drvAsynIPPortConfigure "terminal", "localhost:40000"
|
||||
|
||||
dbLoadRecords "test.db","P=TEST"
|
||||
iocInit
|
||||
var streamDebug 1
|
||||
#var streamDebug 1
|
||||
|
Reference in New Issue
Block a user