Last active
April 18, 2019 13:12
-
-
Save u0d7i/00d41faf24e79cf9494a to your computer and use it in GitHub Desktop.
Download all my gists (via API)
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
$ 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