This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Foodloop-Server/script/pear-local_loop

11 lines
176 B
Plaintext
Raw Normal View History

2017-02-24 19:27:43 +00:00
#!/usr/bin/env perl
2016-09-05 15:52:13 +00:00
2017-02-24 19:27:43 +00:00
use strict;
use warnings;
2016-09-05 15:52:13 +00:00
2017-04-04 21:19:44 +00:00
use FindBin qw/ $Bin /;
2017-04-21 16:23:23 +00:00
use lib "$Bin/../lib";
2017-02-24 19:27:43 +00:00
use Mojolicious::Commands;
2016-09-05 15:52:13 +00:00
2017-02-24 19:27:43 +00:00
Mojolicious::Commands->start_app("Pear::LocalLoop");