Skip to content

Instantly share code, notes, and snippets.

@grigio
Created September 15, 2013 21:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grigio/6574704 to your computer and use it in GitHub Desktop.
Save grigio/6574704 to your computer and use it in GitHub Desktop.
#!/bin/sh
if curl --output /dev/null -sI "http://atmosphere.meteor.com"; then
echo "ok"
else
echo "fail"
fi
@Thantaiden4458
Copy link

e38de20e067497

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment