source: other-projects/is-sheet-music-encore/trunk/reorganize-hires-files.sh@ 33449

Last change on this file since 33449 was 33319, checked in by cpb16, 5 years ago

added high res download sorter

  • Property svn:executable set to *
File size: 145 bytes
Line 
1#!/bin/bash
2
3input=reorganize-hires-files.txt
4
5while IFS= read -r line
6do
7 echo "Away to run command: $line"
8 eval "$line"
9done < "$input"
Note: See TracBrowser for help on using the repository browser.