Skip to content

Instantly share code, notes, and snippets.

@zer0her0
Created September 1, 2011 23:08
Show Gist options
  • Save zer0her0/1187530 to your computer and use it in GitHub Desktop.
Save zer0her0/1187530 to your computer and use it in GitHub Desktop.
grab page/site
wget \
--recursive \
--no-clobber \
--page-requisites \
--html-extension \
--convert-links \
--restrict-file-names=windows \
--domains website.org \
--no-parent \
www.website.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment