10 lines
330 B
Plaintext
Executable File
10 lines
330 B
Plaintext
Executable File
#/bin/bash
|
|
source /opt/gfa/python
|
|
export PYTHONPATH=$PYTHONPATH:/sf/bernina/config/src/python
|
|
ipython --no-banner -c "\
|
|
print(' ___ _______\n / -_) __/ _ \ \n Experiment Control \__/\__/\___/ \n\n');\
|
|
from eco.instruments import bernina;\
|
|
from eco.instruments.bernina import *;\
|
|
" -i
|
|
|