10 lines
133 B
Bash
Executable file
10 lines
133 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
IFS="
|
|
"
|
|
|
|
export SDL_VIDEODRIVER=x11
|
|
|
|
dir="/home/od/GOG Games/Stardew Valley/"
|
|
|
|
cd "$dir" && TERM=xterm ./start.sh
|