Created
April 5, 2013 14:17
-
-
Save nvk/5319600 to your computer and use it in GitHub Desktop.
gif downloader
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
#!/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