Add a test setup for Pelican
This commit is contained in:
16
site_ansto/instrument/TEST_SICS/setup/pelican
Executable file
16
site_ansto/instrument/TEST_SICS/setup/pelican
Executable file
@ -0,0 +1,16 @@
|
||||
#!/bin/bash
|
||||
echo me:${0}
|
||||
. $(dirname ${0})/common
|
||||
status=${?}
|
||||
echo root:${status}:${root}
|
||||
if [ ! ${status} ]; then
|
||||
exit 1
|
||||
fi
|
||||
gnome-terminal \
|
||||
--tab --title="Motors" \
|
||||
--working-directory=${root}/fakeGalil \
|
||||
--command="${root}/fakeGalil/SIM_GALIL.py -w pelican" \
|
||||
--tab --title="Bash" \
|
||||
--working-directory=${root} \
|
||||
--command="bash"
|
||||
|
Reference in New Issue
Block a user