source: gs3-extensions/mars-src/trunk/src/CASCADE-MAKE.sh@ 34373

Last change on this file since 34373 was 34370, checked in by davidb, 4 years ago

WaveSurfer-JS source files and top-up player

  • Property svn:executable set to *
File size: 271 bytes
Line 
1#!/bin/bash
2
3
4source ../cascade-make/lib/cascade-lib.bash GEXT_MARS .. $*
5
6for d in WAVESURFER ; do
7 echo " Running CASCADE-MAKE/$d.sh"
8
9 ./CASCADE-MAKE/$d.sh $*
10
11 if [ $? != 0 ] ; then
12 echo "Error encountered running CASCADE-MAKE/$d.sh"
13 exit 1
14 fi
15done
Note: See TracBrowser for help on using the repository browser.