From 1a93e494d9ce50fc28e25887517dab0dcacefc9a Mon Sep 17 00:00:00 2001 From: Douglas Clowes Date: Fri, 17 Apr 2015 12:38:19 +1000 Subject: [PATCH] Add a test setup for Pelican --- site_ansto/instrument/TEST_SICS/setup/pelican | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 site_ansto/instrument/TEST_SICS/setup/pelican diff --git a/site_ansto/instrument/TEST_SICS/setup/pelican b/site_ansto/instrument/TEST_SICS/setup/pelican new file mode 100755 index 00000000..1baca5db --- /dev/null +++ b/site_ansto/instrument/TEST_SICS/setup/pelican @@ -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" +