Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kazgoto/46214159de214baf5a0dc8083baf606d to your computer and use it in GitHub Desktop.
Save kazgoto/46214159de214baf5a0dc8083baf606d to your computer and use it in GitHub Desktop.
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