#!/bin/sh

# This starts the program jar file. The -Xmx1024m value indicates the
# amount of RAM allocated to the program. You may wish to change this.

java -jar -Xmx2048m /opt/wehi-weasel/Weasel.jar
