Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kalamar
/
5d1ffb419806a738ee58276edff2132c35bda00d
/
.
/
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'
);