Skip to content

Instantly share code, notes, and snippets.

@xDShot
Created January 22, 2020 17:55
Show Gist options
  • Save xDShot/cad6c308a233e649458a2edf3bac23ca to your computer and use it in GitHub Desktop.
Save xDShot/cad6c308a233e649458a2edf3bac23ca to your computer and use it in GitHub Desktop.
#!/bin/sh
export WINEBIN=wine
export WINEDEBUG=-all
export WINEPREFIX=~/wineprefixes/sourcesdk/
export SDK2013DIR=/seagate/steamcmd/sdk2013mp
export VPROJECT=$SDK2013DIR/hl2/
IMPORTDIR=$(pwd)
cd $SDK2013DIR/bin/
$WINEBIN vtex.exe -outdir "$IMPORTDIR" -nopause "$IMPORTDIR/$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment