begin for cpan
This commit is contained in:
parent
e33254437d
commit
030bc4786b
6 changed files with 83 additions and 1 deletions
7
bin/mvcopies
Normal file
7
bin/mvcopies
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#! /usr/bin/env perl
|
||||
use strict;
|
||||
use warnings;
|
||||
use FindBin;
|
||||
use lib "$FindBin::Bin/../lib";
|
||||
use MVCopies::CLi;
|
||||
exit MVCopies::CLI->run(\@ARGV);
|
||||
Loading…
Add table
Add a link
Reference in a new issue