9
0
Fork 0

egen_auc_txt.pl: Add a two-line description of what it is

This commit is contained in:
Harald Welte 2012-09-14 22:11:18 +02:00
parent 18a74f3e38
commit fe0cb4bc58
1 changed files with 3 additions and 0 deletions

View File

@ -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];