MyRedland/script/myredland
2022-12-05 17:15:27 +01:00

12 lines
251 B
Perl
Executable File

#!/usr/bin/env perl
use strict;
use warnings;
use Mojo::File qw(curfile);
use lib curfile->dirname->sibling('lib')->to_string;
use Mojolicious::Commands;
# Start command line interface for application
Mojolicious::Commands->start_app('MyRedland');