Files
OpenRA/packaging/linux/openra-server.in
2022-09-18 10:30:58 +02:00

7 lines
115 B
Bash
Executable File

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