dotfiles/.bin/OLD/codi2ledger
2024-02-14 07:55:58 +01:00

11 lines
140 B
Perl
Executable File

#!/usr/bin/perl
use strict;
use warnings;
use Text::CSV qw( csv );
my $filename = $ARGV[0] or die "Parameter missing";
print $filename;