Files
sics/site_ansto/instrument/TEST_SICS/setup/taipan
2014-06-26 12:38:06 +10:00

22 lines
702 B
Bash
Executable File

#!/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_taipan.py" \
--tab --title="Mercury" \
--working-directory=${root}/fakeTempControl/oxford \
--command="${root}/fakeTempControl/oxford/SIM_MERCURY.py -w" \
--tab --title="Pfeiffer" \
--working-directory=${root}/fakePfeiffer/tpg261 \
--command="${root}/fakePfeiffer/tpg261/SIM_PFEIFFER.py -w" \
--tab --title="HidenXCS" \
--working-directory=${root}/fakeHiden/xcs \
--command="${root}/fakeHiden/xcs/SIM_HIDEN.py -w"