mirror of
https://github.com/derf/travelynx
synced 2024-11-10 06:54:17 +00:00
12 lines
221 B
Perl
12 lines
221 B
Perl
#!/usr/bin/env perl
|
|
# Copyright (C) 2020 Daniel Friesel
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use lib 'lib';
|
|
use Mojolicious::Commands;
|
|
|
|
Mojolicious::Commands->start_app('Travelynx');
|