Skip to content

Instantly share code, notes, and snippets.

@atomize
Created March 6, 2012 17:18
Show Gist options
  • Save atomize/1987580 to your computer and use it in GitHub Desktop.
Save atomize/1987580 to your computer and use it in GitHub Desktop.
wget download entire posterous blog
#!/bin/bash
# ./wgetposterous http://www.yourposterousblog.com
wget -r -l inf -k -E -p -nc $1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment