Adding init script

This commit is contained in:
sergiotarxz 2022-11-09 13:36:15 +01:00
parent c594ee5ce6
commit fa9a9b2a69
1 changed files with 11 additions and 0 deletions

11
script/burguillos.info Executable file
View File

@ -0,0 +1,11 @@
#!/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('BurguillosInfo');