Skip to content

Instantly share code, notes, and snippets.

@bootjp
Created March 21, 2016 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bootjp/d9d71c79d97ddfb71bdc to your computer and use it in GitHub Desktop.
Save bootjp/d9d71c79d97ddfb71bdc to your computer and use it in GitHub Desktop.
Web Server Travel Shooting for header
while true; do sleep 3; curl --head -Ss https://bootjp.me/ | head -n 1 ;done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment