#!/bin/sh

exec java -cp "@@JAR@@" org.languagetool.server.HTTPServer "$@"
