source: gs3-extensions/structured-image/trunk/packages/UNTAR-SAS-SRC.sh@ 37144

Last change on this file since 37144 was 37144, checked in by davidb, 15 months ago

Further refinement of process to compile up code

  • Property svn:executable set to *
File size: 304 bytes
Line 
1#!/bin/bash
2
3if [ ! -d SimpleAnnotationServer--gitfork ] ; then
4
5 tar xvzf SimpleAnnotationServer--gitfork.tar.gz
6else
7 echo ""
8 echo "Already untarred SimpleAnnotationServer--gitfork.tar.gz"
9fi
10
11if [ $? = 0 ] ; then
12 echo ""
13 echo "Now run: "
14 echo " ./COMPILE.sh"
15 echo ""
16fi
17
18
Note: See TracBrowser for help on using the repository browser.