summaryrefslogtreecommitdiff
path: root/Minesweeper/run
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-10-18 15:41:40 -0400
committerFreya Murphy <freya@freyacat.org>2024-10-18 15:41:40 -0400
commit25166edb13b6ea4d2f46176e3852b8f932a13013 (patch)
tree39e948fa2fd0e2c75676f18d92204de4e8209cb5 /Minesweeper/run
parentLEGO Island (diff)
downloadwinescripts-25166edb13b6ea4d2f46176e3852b8f932a13013.tar.gz
winescripts-25166edb13b6ea4d2f46176e3852b8f932a13013.tar.bz2
winescripts-25166edb13b6ea4d2f46176e3852b8f932a13013.zip
minesweeperHEADmain
Diffstat (limited to 'Minesweeper/run')
-rwxr-xr-xMinesweeper/run6
1 files changed, 6 insertions, 0 deletions
diff --git a/Minesweeper/run b/Minesweeper/run
new file mode 100755
index 0000000..4638ece
--- /dev/null
+++ b/Minesweeper/run
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+source ./env
+
+cd bin && "$GAMESCOPE" -W 800 -H 600 -- \
+ wine 'WINMINE.EXE'