Gitiles
Code Review
Sign In
korap.ids-mannheim.de
/
KorAP
/
Kalamar
/
6c8f09d267be5e05729a03f8fcb951b8a556a857
/
.
/
script
/
kalamar
blob: 27e5d48acc8fba16f8c58fb734a2abfe56e9bb3f [
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
(
'Kalamar'
);