#!/bin/sh
DIR=$(cd "$(dirname "$0")/../Resources/app" && pwd) || exit 1
exec "$DIR/run.sh" "$@"
