Skip to content

Instantly share code, notes, and snippets.

@Southern
Created July 26, 2013 15:00
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 Southern/31868d15917d39fd82ba to your computer and use it in GitHub Desktop.
Save Southern/31868d15917d39fd82ba to your computer and use it in GitHub Desktop.
for ip in $(dig nodejitsu.com a +short); do echo "Testing $ip"; curl -I $ip -H "Host: plnkr.co"; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment