Skip to content

Instantly share code, notes, and snippets.

@mingfang
Created October 31, 2014 14:00
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 mingfang/50ce89ce78550221a966 to your computer and use it in GitHub Desktop.
Save mingfang/50ce89ce78550221a966 to your computer and use it in GitHub Desktop.
wait using curl
until /usr/bin/curl http://127.0.0.1:8080; do echo "waiting for API server to come online..."; sleep 3; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment