This repository has been archived on 2023-08-16. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
Foodloop-Server/script/pear-local_loop

11 lines
176 B
Text
Raw Normal View History

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