Last active
January 24, 2021 09:49
-
-
Save kazgoto/46214159de214baf5a0dc8083baf606d to your computer and use it in GitHub Desktop.
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 --mirror –w 2 –p -E --convert-links –P ./ https://example.com/ | |
# see more options: https://linux.die.net/man/1/wget | |
cd example.com/ | |
php -S localhost:8081 | |
# open URL http://localhost:8081 on your browser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment