Skip to content

Instantly share code, notes, and snippets.

@jesuscmd
Last active December 17, 2015 15:19
Show Gist options
  • Save jesuscmd/5630694 to your computer and use it in GitHub Desktop.
Save jesuscmd/5630694 to your computer and use it in GitHub Desktop.
Instalar comandos para bajar todo un sitio web
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install wget
wget --random-wait -r -p -e robots=off -U mozilla http://themes.alessioatzeni.com/html/anubis/index.html
en caso de bloqueo poner un chrome en lugar de mozilla
wget --random-wait -r -p -e robots=off -U chrome http://themes.alessioatzeni.com/html/anubis/index.html
@daniel-esparragoza
Copy link

Actualiza la linea 10 con:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

@daniel-esparragoza
Copy link

creo que las lineas 12 - 16 estan de mas, con abrir la terminal directamente es suficiente

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment