Update 2024-02-14 07:51 OpenBSD/amd64-x13
This commit is contained in:
10
.bin/OLD/codi2ledger
Executable file
10
.bin/OLD/codi2ledger
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use Text::CSV qw( csv );
|
||||
|
||||
my $filename = $ARGV[0] or die "Parameter missing";
|
||||
|
||||
print $filename;
|
||||
Reference in New Issue
Block a user