mirror of
https://github.com/YunoHost-Apps/lutim_ynh.git
synced 2024-09-03 19:36:24 +02:00
script lutim avec path
This commit is contained in:
parent
a097ef02c1
commit
e389186d2f
1 changed files with 13 additions and 0 deletions
13
sources/ajouts/lutim
Normal file
13
sources/ajouts/lutim
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
#!/usr/bin/env perl
|
||||||
|
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
|
||||||
|
use FindBin;
|
||||||
|
BEGIN { unshift @INC, "$FindBin::Bin/../lib" }
|
||||||
|
BEGIN { unshift @INC, "$FindBin::Bin/../local/lib/perl5" }
|
||||||
|
BEGIN { unshift @INC, "$FindBin::Bin/../local/lib/perl5/i486-linux-gnu-thread-multi-64int" }
|
||||||
|
|
||||||
|
# Start command line interface for application
|
||||||
|
require Mojolicious::Commands;
|
||||||
|
Mojolicious::Commands->start_app('Mounter');
|
Loading…
Add table
Reference in a new issue