bugfixes in the script and database and a work in progress sim for nicos development
This commit is contained in:
9
sim/ioc.sh
Executable file
9
sim/ioc.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
export EPICS_HOST_ARCH=linux-x86_64
|
||||
export EPICS_BASE=/usr/local/epics/base-7.0.7
|
||||
|
||||
PARENT_PATH="$( cd "$(dirname "${BASH_SOURCE[0]}")" ; pwd -P )"
|
||||
|
||||
echo "${PARENT_PATH}/st.cmd"
|
||||
/usr/local/bin/procServ -L - -f -i ^D^C 20001 "${PARENT_PATH}/st.cmd"
|
Reference in New Issue
Block a user