From 410afb65bc350242d5ba248fb6a082db4d14e23b Mon Sep 17 00:00:00 2001 From: "jules@lens" Date: Fri, 15 Jun 2018 22:33:10 +0200 Subject: pass thru epoch --- latest.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'latest.pl') diff --git a/latest.pl b/latest.pl index 35f59d7..3eef1a2 100755 --- a/latest.pl +++ b/latest.pl @@ -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; } -- cgit v1.2.3-70-g09d2