11 lines
133 B
Bash
Executable File
11 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
|