From: hadeshyp Date: Fri, 7 Dec 2012 18:15:07 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://jspc29.x-matter.uni-frankfurt.de/git/?a=commitdiff_plain;h=7f4f84e2a03890238c46bb7fac1934d70f4d90fb;p=daqtools.git *** empty log message *** --- diff --git a/padiwadump.pl b/thres/dump_thresholds.pl similarity index 60% rename from padiwadump.pl rename to thres/dump_thresholds.pl index ad4aac9..0c2b4a6 100755 --- a/padiwadump.pl +++ b/thres/dump_thresholds.pl @@ -4,4 +4,4 @@ if($ARGV[0] eq "") { die "Requires four hex digit network address of board to dump"; } -system("./cts/htdocs/commands/getpadiwa.pl ".$ARGV[0]." threshdump") +system("../cts/htdocs/commands/getpadiwa.pl ".$ARGV[0]." threshdump")