1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/lutim_ynh.git synced 2024-09-03 19:36:24 +02:00

MAJ 0.6 dev

Toujours la release 0.6, mais des corrections de code et quelques ajouts de fonctionnalités.
1082f42682/CHANGELOG
This commit is contained in:
Maniack Crudelis 2016-03-31 22:33:56 +02:00
parent 0a0ed73402
commit acab1dda27
2 changed files with 13 additions and 0 deletions

13
sources/lutim Normal file
View 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/__ARCHDIR__" }
# Start command line interface for application
require Mojolicious::Commands;
Mojolicious::Commands->start_app('Mounter');

Binary file not shown.