This commit is contained in:
chris 2026-05-14 15:25:40 -04:00
commit c7d27dd869
25 changed files with 785 additions and 0 deletions

7
bin/sortcopies Executable file
View file

@ -0,0 +1,7 @@
#!/usr/bin/env perl
use strict;
use warnings;
use App::SortCopies;
App::SortCopies::run(@ARGV);