source: gs2-extensions/gsdl-image/trunk/src/CASCADE-MAKE.sh@ 21012

Last change on this file since 21012 was 16676, checked in by davidb, 16 years ago

Creation of Greenstone extension for image analysis

File size: 214 bytes
Line 
1#!/bin/bash
2
3
4for d in ANNOTATE ; do
5 echo " Running CASCADE-MAKE/$d.sh $*"
6
7 ./CASCADE-MAKE/$d.sh $*
8
9 if [ $? != 0 ] ; then
10 echo " Error encountered running CASCADE-COMPILE/$d.sh"
11 exit 1
12 fi
13done
Note: See TracBrowser for help on using the repository browser.