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