Skip to content

Instantly share code, notes, and snippets.

@anthonymobile
Created September 18, 2018 10:59
Show Gist options
  • Save anthonymobile/ad557718b1a96079ae115bb39c52a4ba to your computer and use it in GitHub Desktop.
Save anthonymobile/ad557718b1a96079ae115bb39c52a4ba to your computer and use it in GitHub Desktop.
whack: a bash function to grab an entire website for offline viewing
whack() { wget --mirror --convert-links --adjust-extension --page-requisites --no-parent $1;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment