summarylogtreecommitdiffstats
path: root/launch.sh
diff options
context:
space:
mode:
authorAlex Szczuczko2016-02-24 22:55:01 +0000
committerAlex Szczuczko2016-02-24 22:55:01 +0000
commita86df494a8fc13c6c1218c41b42b7e322d912303 (patch)
tree6dff6e661594d55345d6ca9f267b6e6addb0ab9f /launch.sh
parent485b661c96ed984657dc2d9cba46ef6c3cfa47bd (diff)
downloadaur-a86df494a8fc13c6c1218c41b42b7e322d912303.tar.gz
Add launcher to work around CWD regression
Diffstat (limited to 'launch.sh')
-rw-r--r--launch.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/launch.sh b/launch.sh
new file mode 100644
index 000000000000..ae6d402f8e1b
--- /dev/null
+++ b/launch.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+cd "/opt/wasteland2/game"
+exec "./WL2" "$@"