# HG changeset patch # User Robert McIntyre # Date 1319206360 25200 # Node ID b6e64e348e471a291707f0d1bff33b86a098f0be # Parent 87e64f3022344389956d9e2deb65b3be0de4d6c5 script will restore lost files now diff -r 87e64f302234 -r b6e64e348e47 convert.pl --- a/convert.pl Fri Oct 21 06:54:14 2011 -0700 +++ b/convert.pl Fri Oct 21 07:12:40 2011 -0700 @@ -136,9 +136,10 @@ Winters.wav YourSanctuary1.wav YourSanctuary2.wav -Zombies.wavAA.spc); +Zombies.wav); @sources = qw( +AA.spc AB.spc AC.spc AD.spc @@ -278,9 +279,12 @@ for (0..$#targets){ - $command = "./build/spc_convert -s 1" . " -i ./test-files/" . $source[$_] . - " -o ./output/" . $target[$_]; + + $command = "./build/spc_convert -s 100" . " -i ./test-files/" . $sources[$_] . + " -o ./output/" . $targets[$_]; print "$command\n"; + `$command`; + }