diff options
Diffstat (limited to 'latest.pl')
| -rwxr-xr-x | latest.pl | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -75,6 +75,7 @@ sub process($){ } $epoch[0] =~ /(\d+)/; + my $epoch_num = $1; #if ($1 < 4) { # return 0; #} @@ -95,7 +96,7 @@ sub process($){ print "\n"; print $name . ", $c samples\n"; print "\n"; - system('/bin/bash', 'mix.sh', $path, $name, $opt_e); + system('/bin/bash', 'mix.sh', $path, $name, $opt_e, $epoch_num); return 0; } |
