Skip to content

Instantly share code, notes, and snippets.

@fpersson
Created April 12, 2017 14:02
Show Gist options
  • Save fpersson/c3a199463310ef6bb8b2b833e18d27ec to your computer and use it in GitHub Desktop.
Save fpersson/c3a199463310ef6bb8b2b833e18d27ec to your computer and use it in GitHub Desktop.
ladda ner spel till windows från linux
#!/bin/bash
USERNAME=""
APPID="306130" #ESO
DEST=""
steamcmd +@sSteamCmdForcePlatformType windows +login $USERNAME +force_install_dir $DEST +app_update $APPID validate +quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment