Skip to content

Instantly share code, notes, and snippets.

@mauriciogofas
Forked from yratof/download.sh
Created September 23, 2015 01:06
Show Gist options
  • Save mauriciogofas/b85d46008ef8903abdba to your computer and use it in GitHub Desktop.
Save mauriciogofas/b85d46008ef8903abdba to your computer and use it in GitHub Desktop.
Download a website for Static use
wget -r -P / --user-agent="" -e robots=off --wait 1 -E http://website.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment