Created
September 18, 2018 10:59
-
-
Save anthonymobile/ad557718b1a96079ae115bb39c52a4ba to your computer and use it in GitHub Desktop.
whack: a bash function to grab an entire website for offline viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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