App aus Dateinamen entfernt
This commit is contained in:
11
xxx/app/script/Xxx
Normal file
11
xxx/app/script/Xxx
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/usr/bin/env perl
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
use FindBin;
|
||||
BEGIN { unshift @INC, "$FindBin::Bin/../lib" }
|
||||
use Mojolicious::Commands;
|
||||
|
||||
# Start command line interface for application
|
||||
Mojolicious::Commands->start_app('Xxx');
|
||||
Reference in New Issue
Block a user