Skip to content

Instantly share code, notes, and snippets.

@alehlopeh
Created May 1, 2013 19:58
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 alehlopeh/5497896 to your computer and use it in GitHub Desktop.
Save alehlopeh/5497896 to your computer and use it in GitHub Desktop.
function wgets()
{
local H='--header'
wget -e robots=off --mirror $H='Accept-Language: en-us,en;q=0.5' $H='Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8' $H='Connection: keep-alive' -U 'Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20100101 Firefox/10.0.2' --referer=http://google.com/ "$@";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment