From fe0cb4bc58ed6c36276217ea134bf5ef1b9d9609 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 14 Sep 2012 22:11:18 +0200 Subject: egen_auc_txt.pl: Add a two-line description of what it is --- src/gen_auc_txt.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/gen_auc_txt.pl b/src/gen_auc_txt.pl index 504c771..14cae39 100755 --- a/src/gen_auc_txt.pl +++ b/src/gen_auc_txt.pl @@ -1,5 +1,8 @@ #!/usr/bin/perl -w +# this script can generate a CSV file with the specified number of +# entries, which in turn can be used from osmo-auc. + use strict; my $COUNT = $ARGV[0]; -- cgit v1.2.3