Created
March 19, 2018 07:42
-
-
Save q7r/d21b52e7342f2ece1e50871bff6bae85 to your computer and use it in GitHub Desktop.
curl_loop_status_code
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
while true; sleep 1; do curl -I --silent http://nginx1.k8s.ubox.one | grep HTTP; done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment