Skip to content

Instantly share code, notes, and snippets.

@xymor
Created June 8, 2012 18:42
Show Gist options
  • Save xymor/2897523 to your computer and use it in GitHub Desktop.
Save xymor/2897523 to your computer and use it in GitHub Desktop.
wait for a service to be available
# install netcat
while ! nc -vz localhost 4444; do sleep 1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment