source: gs3-installations/mars/trunk/sites/mars/collect/amc-essentia/00-GET-AMC-SCRAPE.sh@ 36966

Last change on this file since 36966 was 35209, checked in by davidb, 3 years ago

echo statements added

  • Property svn:executable set to *
File size: 254 bytes
Line 
1#!/bin/bash
2
3cd prepare
4
5if [ ! -f bin/AMCArtistScrape.class ] ; then
6 ./COMPILE.sh
7fi
8
9if [ $? = 0 ] ; then
10
11 echo ""
12 echo "Starting download:"
13 date
14 echo ""
15
16 ./RUN.sh
17
18 echo ""
19 echo "Done"
20 date
21 echo ""
22
23fi
24
25cd ..
26
27
28
Note: See TracBrowser for help on using the repository browser.