Skip to content

Instantly share code, notes, and snippets.

@andrewchee
Created August 7, 2012 17:23
Show Gist options
  • Save andrewchee/3287476 to your computer and use it in GitHub Desktop.
Save andrewchee/3287476 to your computer and use it in GitHub Desktop.
back up ubu.com / sound
curl -O http://ftp.gnu.org/gnu/wget/wget-1.13.4.tar.gz
tar -xzvf wget-1.13.4.tar.gz
cd wget-1.13.4
./configure --with-ssl=openssl
make
sudo make install
wget -r -H -nd -np -l 3 -A .mp3,.ogg,.wav,.aif -t 1 -erobots=off http://www.ubu.com/sound
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment