Last active
May 13, 2018 11:06
-
-
Save forkrul/f6e37f1a2c0b3c0cb4793b50a67242e8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# https://rawsontetley.org/ref_steamlinkwine.html | |
env | |
cd ~ | |
PATH=$HOME/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games | |
unset LD_PRELOAD | |
unset LD_LIBRARY_PATH | |
unset SYSTEM_PATH | |
/usr/bin/playonlinux --run "Steam" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment