source: other-projects/is-sheet-music-encore/trunk/COMPX520-DOWNLOADER-ZIP.sh@ 33066

Last change on this file since 33066 was 33017, checked in by cpb16, 5 years ago

Renamed Downloaders as .sh; Completed a metadata formater script; Creating a metadata extractor java program; Have found error in code for downloading records. Commandline thinks that some ids are directories, need to correct that

  • Property svn:executable set to *
File size: 152 bytes
Line 
1#!/bin/bash
2file_name=$1
3
4for id in `cat $file_name` ; do
5 echo "DOWNLOADING ZIP OF: $id"
6 echo ""
7 ./COMPX520-RUN-ZIP.sh $id
8 sleep 2
9done
Note: See TracBrowser for help on using the repository browser.