#!/bin/sh
set -e

# The upstream website recommends to launch malt 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 -cp /usr/share/java/malt.jar malt.MaltBuild "$@"
