App-SortCopies/bin/sortcopies
2026-05-14 15:25:40 -04:00

7 lines
98 B
Perl
Executable file

#!/usr/bin/env perl
use strict;
use warnings;
use App::SortCopies;
App::SortCopies::run(@ARGV);