Skip to content

Instantly share code, notes, and snippets.

@rzymek
Created May 16, 2013 08:16
Show Gist options
  • Save rzymek/5590206 to your computer and use it in GitHub Desktop.
Save rzymek/5590206 to your computer and use it in GitHub Desktop.
Get all octodex images
wget -q http://octodex.github.com/ -O - |grep -o 'http://octodex.github.com/images/[^"]*' |xargs wget
Copy link

ghost commented Apr 13, 2016

Thanks 😃 the octodex looks awesome! :octocat:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment