From fc5185d552fccf063bbac73acd920adcc885a604 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Fri, 27 Dec 2013 14:09:58 +0100 Subject: [PATCH] added a bash script to test open-with on .rep files --- launch-replay.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 launch-replay.sh diff --git a/launch-replay.sh b/launch-replay.sh new file mode 100755 index 0000000000..2190b61bb6 --- /dev/null +++ b/launch-replay.sh @@ -0,0 +1,3 @@ +#!/bin/bash +cd ${0%/*} +exec mono OpenRA.Game.exe Launch.Replay="$@" \ No newline at end of file