mirror of
https://github.com/YunoHost-Apps/lufi_ynh.git
synced 2024-09-03 19:36:28 +02:00
[fix] oust - delete file #9
This commit is contained in:
parent
f80344b1a1
commit
b236e65d34
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
||||||
#!/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…
Reference in a new issue