diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /vendor/voclient/testscripts/voatlas.sh | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'vendor/voclient/testscripts/voatlas.sh')
-rw-r--r-- | vendor/voclient/testscripts/voatlas.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vendor/voclient/testscripts/voatlas.sh b/vendor/voclient/testscripts/voatlas.sh new file mode 100644 index 00000000..484d9181 --- /dev/null +++ b/vendor/voclient/testscripts/voatlas.sh @@ -0,0 +1,18 @@ +#vosamp quit +vosamp status +ps -u wyoung | grep Aladin > isrunning.Aladin +count=`wc -l isrunning.Aladin | awk '{print $1}'` +if [ $count -lt 2 ]; then + open /Applications/Aladin.app +fi +rm isrunning.Aladin +ps -u wyoung | grep TOPCAT > isrunning.TOPCAT +count=`wc -l isrunning.TOPCAT | awk '{print $1}'` +if [ $count -lt 2 ]; then + open /Applications/TOPCAT.app +fi +rm isrunning.TOPCAT +sleep 10 +echo +voatlas --samp m13 +voatlas -R 12 -D 30 -s 1d |