Files
OpenRA/launch-replay.sh
2014-05-17 12:13:58 +02:00

4 lines
122 B
Bash
Executable File

#!/bin/bash
# TODO choose the correct Game.Mod instead of crashing
cd ${0%/*}
exec mono OpenRA.Game.exe Launch.Replay="$@"