summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-09-14 22:11:18 +0200
committerHarald Welte <laforge@gnumonks.org>2012-09-14 22:11:18 +0200
commitfe0cb4bc58ed6c36276217ea134bf5ef1b9d9609 (patch)
tree6aed7e3c473b2602e2ebd3ab8c73438c7ccec3c1
parent18a74f3e38f573e07c5cb340f77563ee593f15a7 (diff)
egen_auc_txt.pl: Add a two-line description of what it is
-rwxr-xr-xsrc/gen_auc_txt.pl3
1 files changed, 3 insertions, 0 deletions
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];