Skip to content

Instantly share code, notes, and snippets.

@hydra35
Created February 26, 2012 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hydra35/1917030 to your computer and use it in GitHub Desktop.
Save hydra35/1917030 to your computer and use it in GitHub Desktop.
Do we successfully climb GFW
(( $(curl -I facebook.com 2>/dev/null | grep -c X-FB-Debug) )) && echo 'succeed' || echo 'failed'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment