Skip to content

Instantly share code, notes, and snippets.

@pry0cc
Created July 27, 2014 17:55
Show Gist options
  • Save pry0cc/628f1dd6948472874510 to your computer and use it in GitHub Desktop.
Save pry0cc/628f1dd6948472874510 to your computer and use it in GitHub Desktop.
Uses wget to download image from wallbase.cc - Just append page url as a command line argument
#!/bin/bash
wget $(wget -O - $1 | grep 'jpg\|png' | grep wallpaper | sed 's/<img src="//g' | sed 's/" class="wall stage1 wide">//g')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment