Created
January 21, 2019 22:52
-
-
Save autonome/21f8143fc0c411ef7dd26ec68493c923 to your computer and use it in GitHub Desktop.
download website for static/offline use
This file contains hidden or 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
wget \ | |
--recursive \ | |
--no-clobber \ | |
--page-requisites \ | |
--html-extension \ | |
--convert-links \ | |
--restrict-file-names=windows \ | |
--domains yourdomain.com \ | |
--no-parent \ | |
--no-cache \ | |
www.yourdomain.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment