Skip to content

Instantly share code, notes, and snippets.

@nvk
Created April 5, 2013 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nvk/5319600 to your computer and use it in GitHub Desktop.
Save nvk/5319600 to your computer and use it in GitHub Desktop.
gif downloader
#!/bin/bash
curl http://www.onemenny.com/blog/pictures-from-a-developers-life/ | grep .gif | sed 's/^.*src="//g' | sed 's/".*//g'
# wget -i $list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment