summaryrefslogtreecommitdiff
path: root/Minesweeper/run
blob: 4638ece9395858bfd15232ae4c4302177d92eabd (plain)
1
2
3
4
5
6
#!/bin/sh

source ./env

cd bin && "$GAMESCOPE" -W 800 -H 600 -- \
	wine 'WINMINE.EXE'