#!/bin/sh
set -e

# The upstream website recommends to launch megan by running 'ant run'.
# We launch the software by calling java with the args in antbuild/build.xml.

java -Xshare:off -server -Xmx4G -Duser.language=en -Duser.region=US -jar /usr/share/java/megan.jar "$@"
