6 lines
56 B
Text
6 lines
56 B
Text
|
#!/bin/sh
|
||
|
|
||
|
source ./env
|
||
|
|
||
|
cd "./data" && wine "GAME.exe"
|