Last active
December 17, 2015 15:19
-
-
Save jesuscmd/5630694 to your computer and use it in GitHub Desktop.
Instalar comandos para bajar todo un sitio web
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | |
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
Actualiza la linea 10 con:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"