Moved init script into scripts folder
This commit is contained in:
parent
c1b999c3ed
commit
744e20b510
1 changed files with 2 additions and 1 deletions
10
script/pear-local_loop
Normal file
10
script/pear-local_loop
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use FindBin qw/ $Bin /;
|
||||
use lib '$Bin/../lib';
|
||||
use Mojolicious::Commands;
|
||||
|
||||
Mojolicious::Commands->start_app("Pear::LocalLoop");
|
Reference in a new issue