diff options
| author | jules@lens <julescarbon@gmail.com> | 2018-06-15 22:33:10 +0200 |
|---|---|---|
| committer | jules@lens <julescarbon@gmail.com> | 2018-06-15 22:33:10 +0200 |
| commit | 410afb65bc350242d5ba248fb6a082db4d14e23b (patch) | |
| tree | 54c81f57c2df520bf5ac18af6f049b8bf1b63e19 /latest.pl | |
| parent | 1208f28342ad8770a4b45a1164227afef14f7f30 (diff) | |
pass thru epoch
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; } |
