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

Last change on this file since 33010 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: 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.