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
2017-04-21 17:23:23 +01:00

10 lines
176 B
Perl
Executable file

#!/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");