Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- wget -q "http://imgur.com/gallery" -O -|grep 'post"'|cut -d\" -f2|while read id
- do
- echo "Downloading $id.jpg"
- wget -q -c "http://i.imgur.com/$id.jpg"
- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement