Skip to content

Instantly share code, notes, and snippets.

@georgehrke
Created August 18, 2015 21:07
Show Gist options
  • Save georgehrke/2ca33e8f7cd9a427800a to your computer and use it in GitHub Desktop.
Save georgehrke/2ca33e8f7cd9a427800a to your computer and use it in GitHub Desktop.
for x in `lynx http://cdn.media.ccc.de/events/camp2015/h264-hd/ --dump | grep "http" | grep "cccamp15" | cut -c 7-`; do
wget -nc $x;
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment