added a bash script to test open-with on .rep files

This commit is contained in:
Matthias Mailänder
2013-12-27 14:09:58 +01:00
parent c2df142df4
commit fc5185d552

3
launch-replay.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
cd ${0%/*}
exec mono OpenRA.Game.exe Launch.Replay="$@"