Skip to content

Instantly share code, notes, and snippets.

@cybik
Created August 2, 2021 13:59
Show Gist options
  • Save cybik/fc52922350b27381751da9b878f2cc0d to your computer and use it in GitHub Desktop.
Save cybik/fc52922350b27381751da9b878f2cc0d to your computer and use it in GitHub Desktop.
Dumb Steam ProtonGE (and others) fetcher
#! /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