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
2017-04-04 22:19:44 +01:00

11 lines
176 B
Perl

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