4 lines
122 B
Bash
Executable File
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="$@" |