Skip to content

Instantly share code, notes, and snippets.

@jamesrampton
Created January 10, 2013 16:25
Show Gist options
  • Save jamesrampton/4503450 to your computer and use it in GitHub Desktop.
Save jamesrampton/4503450 to your computer and use it in GitHub Desktop.
Grab a website
#!/bin/bash
wget --wait=1 -r -x -m -e robots=off --exclude-directories=/path1,/path2 http://example.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment