6 lines
87 B
Bash
Executable file
6 lines
87 B
Bash
Executable file
#!/bin/sh
|
|
|
|
source ./env
|
|
|
|
cd bin && "$GAMESCOPE" -W 800 -H 600 -- \
|
|
wine 'WINMINE.EXE'
|