#!/bin/bash export LC_ALL=C export MONO_IOMAP=all # Move to the game directory cd "$(dirname "$(realpath "$0")")" || exit # Run the game chmod +x ./TMNT.bin.x86_64 exec ./TMNT.bin.x86_64 /gldevice:Vulkan "$@" exit 0