source: other-projects/is-sheet-music-encore/trunk/COMPX520-DOWNLOADER-ZIP.txt~@ 33017

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

Updated and Renamed PNG retrieving code, ZIP file downlading is also now possible. All code runs as expected

  • Property svn:executable set to *
File size: 170 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 ./RUN.sh $id $page_num
10 sleep 2
11done
Note: See TracBrowser for help on using the repository browser.