#!/bin/sh
JLINK_VM_OPTIONS=
./bin/java $JLINK_VM_OPTIONS -m org.ffd2.glitterx/org.ffd2.glitter.app.StartGlitter "$@"
