Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kalamar
/
46e6f18da0b1517757bc05df2f94ab5885e70de3
/
.
/
script
/
korap
blob: 19de56fd841cc3e0d5a67e4731f3f7c39a41c358 [
file
] [
log
] [
blame
]
#!/usr/bin/env perl
use
strict
;
use
warnings
;
use
FindBin
;
BEGIN
{
unshift
@INC
,
"$FindBin::Bin/../lib"
}
# Start command line interface for application
require
Mojolicious
::
Commands
;
Mojolicious
::
Commands
->
start_app
(
'Korap'
);