Skip to content

Instantly share code, notes, and snippets.

@agate
Last active December 14, 2015 03:19
Show Gist options
  • Save agate/5020407 to your computer and use it in GitHub Desktop.
Save agate/5020407 to your computer and use it in GitHub Desktop.
curl -s "http://just-ping.com/index.php?vh=$1&c=&s=ping%21" | sed 's/.*\/\/<!\[CDATA\[ //' | sed 's/\/\/\]\]>.*//' | tr ";" "\n" | sed 's/ *xmlreqGET(./http:\/\/just-ping.com\//' | sed "s/',.*//" | grep "^http:\/\/just-ping.com" | while read line; do
curl -s $line
echo
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment