Skip to content

Instantly share code, notes, and snippets.

@u0d7i
Last active April 18, 2019 13:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save u0d7i/00d41faf24e79cf9494a to your computer and use it in GitHub Desktop.
Save u0d7i/00d41faf24e79cf9494a to your computer and use it in GitHub Desktop.
Download all my gists (via API)
$ wget -q -O - https://api.github.com/users/u0d7i/gists | grep raw_url | awk -F\" '{print $4}' | xargs -n1 wget
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment