5 lines
133 B
Bash
Executable file
5 lines
133 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
WIN_STEAM="/storage/network/public/Games/wine/Program Files (x86)/Steam/Steam.exe"
|
|
wine "$WIN_STEAM" -no-dwrite
|