summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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];