Moved init script into scripts folder

This commit is contained in:
Tom Bloor 2017-04-04 22:19:44 +01:00
parent c1b999c3ed
commit 744e20b510

10
script/pear-local_loop Normal file
View 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");