Files
sics/site_ansto/instrument/TEST_SICS/setup/pelican
2015-04-17 12:38:19 +10:00

17 lines
356 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.py -w pelican" \
--tab --title="Bash" \
--working-directory=${root} \
--command="bash"