Skip to content

Instantly share code, notes, and snippets.

@xDShot
Created January 22, 2020 17:58
Show Gist options
  • Save xDShot/e72d2c6c76a3672b8f922ce34dee03e0 to your computer and use it in GitHub Desktop.
Save xDShot/e72d2c6c76a3672b8f922ce34dee03e0 to your computer and use it in GitHub Desktop.
#!/bin/bash
export WINEBIN=wine
export WINEDEBUG=-all
export WINEPREFIX=~/wineprefixes/sourcesdk/
export GAMEDIR=~/.steam/steam/steamapps/common/insurgency2/
export VPROJECT=$GAMEDIR/insurgency/
$WINEBIN $GAMEDIR/bin/SDKLauncher.exe $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment