#!/bin/sh
#
# SPDX-License-Identifier: CDDL-1.0
#
bindir=$(dirname "$0")
exec java -jar "${bindir}"/sphaero2.jar "$@"
