Skip to content

Instantly share code, notes, and snippets.

@orangexception
Created October 23, 2012 01:39
Show Gist options
  • Save orangexception/3936161 to your computer and use it in GitHub Desktop.
Save orangexception/3936161 to your computer and use it in GitHub Desktop.
wget response to variable w/ certificate bypass
content=$(wget --no-check-certificate http://orangexception.com/ -q -O - -t 1)
echo $content
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment