mirror of
https://github.com/YunoHost-Apps/lstu_ynh.git
synced 2024-09-03 19:36:12 +02:00
Create lstu
This commit is contained in:
parent
57d1b1a292
commit
6929304fc5
1 changed files with 12 additions and 0 deletions
12
sources/ajouts/script/lstu
Normal file
12
sources/ajouts/script/lstu
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
|
||||||
|
use FindBin;
|
||||||
|
BEGIN { unshift @INC, "$FindBin::Bin/../lib" }
|
||||||
|
BEGIN { unshift @INC, "$FindBin::Bin/../local/lib/perl5" }
|
||||||
|
|
||||||
|
# Start command line interface for application
|
||||||
|
require Mojolicious::Commands;
|
||||||
|
Mojolicious::Commands->start_app('Mounter');
|
Loading…
Add table
Reference in a new issue