Skip to content

Instantly share code, notes, and snippets.

@cdimascio
Created March 6, 2020 14:53
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 cdimascio/6c300aaa888518a801bf3e0e938f8782 to your computer and use it in GitHub Desktop.
Save cdimascio/6c300aaa888518a801bf3e0e938f8782 to your computer and use it in GitHub Desktop.
bash_poll_http_200
timeout 300 bash -c 'while [[ "$(curl -s -o /dev/null -w ''%{http_code}'' localhost:9000)" != "200" ]]; do sleep 5; done' || false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment