Skip to content

Instantly share code, notes, and snippets.

@thiagotn
Created February 27, 2020 19:53
Show Gist options
  • Save thiagotn/b92e42465f8da569ae9a738bb4ac98fc to your computer and use it in GitHub Desktop.
Save thiagotn/b92e42465f8da569ae9a738bb4ac98fc to your computer and use it in GitHub Desktop.
for i in `seq 1 20`; do curl -o /dev/null --silent --head --write-out '%{http_code}\n' "https://google.com.br"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment