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 48670b5..a02ecc5 100644 --- a/export-all.pl +++ b/export-all.pl @@ -14,7 +14,7 @@ sub process($){ return 0 unless -e $sampz; print $name . "\n"; - system('/bin/bash', 'mix.sh', $path, $name); + system('/bin/bash', 'mix-wav.sh', $path, $name); } opendir RESULTS, ("results/") or die $!; |
