#!/bin/zsh
APP_DIR="$(cd "$(dirname "$0")/../.." && pwd)"
exec /usr/bin/env java -jar "$APP_DIR/Contents/Resources/Java/HelloWorldPSXServer.jar"
