diff options
| -rw-r--r-- | export-all.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/export-all.pl b/export-all.pl index a02ecc5..e840729 100644 --- a/export-all.pl +++ b/export-all.pl @@ -13,7 +13,7 @@ sub process($){ my $sampz = $path . "samples/"; return 0 unless -e $sampz; - print $name . "\n"; + # print $name . "\n"; system('/bin/bash', 'mix-wav.sh', $path, $name); } |
