This file contains hidden or 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
| #!/usr/bin/env bash | |
| # Magic that represents 'appid' column | |
| magic_appid="617070696400" | |
| # Paste in your Steam UserID | |
| steam_userid="" | |
| shortcuts_vdf="$HOME/.steam/root/userdata/${steam_userid}/config/shortcuts.vdf" | |
| # Parse short AppID (unsigned 32bit integer) and convert it to an unsigned 64bit integer |