Created
August 2, 2021 13:59
-
-
Save cybik/fc52922350b27381751da9b878f2cc0d to your computer and use it in GitHub Desktop.
Dumb Steam ProtonGE (and others) fetcher
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
#! /bin/zsh | |
[ ! -z "$1" ] || { echo "Need a URL input to fetch from. Exiting."; exit 1; } | |
wget -O- $1 | tar xz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment