Skip to content

Instantly share code, notes, and snippets.

@cwvhogue
Created September 27, 2013 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save cwvhogue/6731803 to your computer and use it in GitHub Desktop.
Save cwvhogue/6731803 to your computer and use it in GitHub Desktop.
Script to download the Getty Open Originals from Joyent Manta
#!/bin/bash
curl -k https://us-east.manta.joyent.com/mantademo/public/images/getty-open/filelist.txt > filelist.txt
cat filelist.txt | xargs -I {} curl -k https://us-east.manta.joyent.com/mantademo/public/images/getty-open/originals/{} -o {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment