v.1
This commit is contained in:
commit
c7d27dd869
25 changed files with 785 additions and 0 deletions
7
bin/sortcopies
Executable file
7
bin/sortcopies
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env perl
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use App::SortCopies;
|
||||
|
||||
App::SortCopies::run(@ARGV);
|
||||
Loading…
Add table
Add a link
Reference in a new issue