Skip to content

Instantly share code, notes, and snippets.

@johnteslade
Created November 20, 2014 16:21
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 johnteslade/5370ac4dc7ce9013ceaf to your computer and use it in GitHub Desktop.
Save johnteslade/5370ac4dc7ce9013ceaf to your computer and use it in GitHub Desktop.
Download chromecast backgrounds to computer
#!/bin/sh
curl https://raw.githubusercontent.com/dconnolly/chromecast-backgrounds/master/README.md | sed -e "s/^\!\[\](//g" | sed -e "s/)$//g" > urls.txt
cat urls.txt | parallel --gnu -n 1 wget -nc -P out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment