6 lines
96 B
Text
6 lines
96 B
Text
|
#!/bin/sh
|
||
|
|
||
|
source ./env
|
||
|
|
||
|
cd "./wine/drive_c/Program Files/Steins;Gate" && wine "STEINSGATE.exe"
|