#!/bin/sh set -o errexit || exit $? cd "{GAME_INSTALL_DIR}" mono {DEBUG} OpenRA.Server.dll Game.Mod={MODID} "$@"