Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2015
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. printf 'Waiting for host to start .'
  2. until $(curl --output /dev/null --silent --head --fail $COUCH_HOST); do
  3. printf '.'
  4. sleep 5
  5. done
  6. printf '\nHost started :)'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement