summaryrefslogtreecommitdiff
path: root/LEGO Island/run
diff options
context:
space:
mode:
Diffstat (limited to 'LEGO Island/run')
-rwxr-xr-xLEGO Island/run5
1 files changed, 5 insertions, 0 deletions
diff --git a/LEGO Island/run b/LEGO Island/run
new file mode 100755
index 0000000..060a8e5
--- /dev/null
+++ b/LEGO Island/run
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+source ./env
+
+cd 'wine/drive_c/Program Files (x86)/LEGO Island/' && wine 'ISLE.EXE'