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

Last change on this file since 33135 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: 183 bytes
Line 
1#!/bin/bash
2file_name=$1
3page_num=$2
4
5for id in `cat $file_name` ; do
6
7 echo "id: $id page_num: $page_num"
8 echo ""
9 ./COMPX520-RUN-PNG.sh $id $page_num
10 sleep 2
11done
Note: See TracBrowser for help on using the repository browser.