source: gs3-extensions/structured-image/trunk/src/UNTAR-MIRADOR-SRC.sh@ 37043

Last change on this file since 37043 was 37043, checked in by davidb, 16 months ago

Tweaks after testing

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