#!/bin/sh
cd "$(dirname "$0")"
chmod +x PetalMOBA.x86_64 2>/dev/null
exec ./PetalMOBA.x86_64 "$@"
