7 lines
98 B
Perl
Executable file
7 lines
98 B
Perl
Executable file
#!/usr/bin/env perl
|
|
use strict;
|
|
use warnings;
|
|
|
|
use App::SortCopies;
|
|
|
|
App::SortCopies::run(@ARGV);
|