Skip to content

Instantly share code, notes, and snippets.

@raphaelportmann
Created October 30, 2019 16:17
Show Gist options
  • Save raphaelportmann/662652264dcb154a5d873f80ca230d26 to your computer and use it in GitHub Desktop.
Save raphaelportmann/662652264dcb154a5d873f80ca230d26 to your computer and use it in GitHub Desktop.
crawl website
lynx -dump https://example.com | awk '/http/{print $2}' | xargs curl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment