winescripts/Minesweeper/run
2024-10-18 15:41:40 -04:00

6 lines
87 B
Bash
Executable file

#!/bin/sh
source ./env
cd bin && "$GAMESCOPE" -W 800 -H 600 -- \
wine 'WINMINE.EXE'