source: other-projects/is-sheet-music-encore/trunk/download-images/gtf-to-orig.sh@ 33319

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

added high res download sorter

  • Property svn:executable set to *
File size: 158 bytes
Line 
1#!/bin/bash
2
3gtf=$1
4
5origf=`echo $gtf | sed 's/NotSheetMusic\///' | sed 's/SheetMusic\///'`
6
7echo mv hires-download-images/$origf hires-download-images/$gtf
8
Note: See TracBrowser for help on using the repository browser.