From ee43823179ee627ac16ea9da8168e5f1bf9619c0 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Thu, 29 Oct 2020 12:13:04 +0100 Subject: Initial commit; Stable version --- script/jwebmail | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 script/jwebmail (limited to 'script') diff --git a/script/jwebmail b/script/jwebmail new file mode 100755 index 0000000..7265d71 --- /dev/null +++ b/script/jwebmail @@ -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('JWebmail'); -- cgit v1.2.3