diff options
| -rwxr-xr-x | latest.pl | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -8,6 +8,11 @@ our $opt_v; # print log for all files our $opt_n; # name/tag for file our $opt_e; # endpoint for cortex upload getopts('lave:n:'); +print "n: $opt_n\n"; +print "a: $opt_a\n"; +print "v: $opt_v\n"; +print "e: $opt_e\n"; +print "l: $opt_l\n"; our $matches = 0; if (scalar @ARGV) { |
