#!/bin/sh
HIER="$(dirname "$(readlink -f "$0")")"
cd "$HIER"
exec "$HIER/Superpanda.x86_64" "$@"
