#!/bin/sh
#
# Launches Elton in JVM
#

java -Xmx8G -XX:+UseG1GC -cp "/usr/share/elton/lib/*" org.globalbioticinteractions.elton.Elton "$@"