#!/bin/bash export LC_ALL=C export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:./LIBS/ # Move to the game directory cd "$(dirname "$(realpath "$0")")/" || exit # Run the game chmod +x "Final Fight Ultimate" exec "./Final Fight Ultimate" "$@"