added ioc script
This commit is contained in:
3
eco
3
eco
@@ -1,7 +1,6 @@
|
||||
#/bin/bash
|
||||
#source /opt/gfa/python
|
||||
source anaconda_bernina_env
|
||||
conda activate /sf/bernina/anaconda/bernina_envs/bernina36_op
|
||||
source anaconda_env bernina37
|
||||
|
||||
ipython --pylab --profile=eco --no-banner -i -c "run /sf/bernina/config/src/python/eco/startup_inline.py -l -s bernina"
|
||||
|
||||
|
||||
9
eco_from
Executable file
9
eco_from
Executable file
@@ -0,0 +1,9 @@
|
||||
#/bin/bash
|
||||
#source /opt/gfa/python
|
||||
source anaconda_env bernina37_dev
|
||||
|
||||
ipython --pylab --profile=eco --no-banner -i -c "run $1 -l -s bernina"
|
||||
|
||||
|
||||
#python /sf/bernina/config/src/python/eco/startup.py -s bernina "$@" -l
|
||||
|
||||
3
ioc-control-bernina
Executable file
3
ioc-control-bernina
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
PBMonitor ~/links/config/tools/devmon/esb.pbm
|
||||
|
||||
Reference in New Issue
Block a user