#!/bin/sh

set -e

java -Xmx1200m -cp /usr/share/java/rockhopper.jar Rockhopper "$@"
