Created
April 12, 2017 14:02
-
-
Save fpersson/c3a199463310ef6bb8b2b833e18d27ec to your computer and use it in GitHub Desktop.
ladda ner spel till windows från linux
This file contains 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/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