Skip to content

Instantly share code, notes, and snippets.

@greginvm
Created January 29, 2024 18:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save greginvm/73f4b94a28b5fea0642c686e185db99a to your computer and use it in GitHub Desktop.
Save greginvm/73f4b94a28b5fea0642c686e185db99a to your computer and use it in GitHub Desktop.
worms .steam/steam/steamapps/common/WormsWMD
#!/bin/bash
export LC_ALL=C
export STEAM_RUNTIME_LIBS="$HOME/.local/share/Steam/ubuntu12_32/steam-runtime/"
export LD_LIBRARY_PATH="$STEAM_RUNTIME_LIBS/amd64/lib/x86_64-linux-gnu:$STEAM_RUNTIME_LIBS/amd64/usr/lib/x86_64-linux-gnu"
# export LD_LIBRARY_PATH="$HOME/.steam/bin32/steam-runtime/lib/x86_64-linux-gnu:$HOME/.steam/bin32/steam-runtime/usr/lib/x86_64-linux-gnu:/usr/lib:/usr/local/lib:/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH"
# LC_ALL=C %command%
chmod a+x ./Worms\ W.M.Dx64
./Worms\ W.M.Dx64
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment