Skip to content

Instantly share code, notes, and snippets.

@sekimura
Last active August 29, 2015 14:14
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 sekimura/b24ee5f52e0f7d4fd36a to your computer and use it in GitHub Desktop.
Save sekimura/b24ee5f52e0f7d4fd36a to your computer and use it in GitHub Desktop.
curl https://developer.apple.com/library/mac/navigation/library.json | grep samplecode | awk -F/ '{print "https://developer.apple.com/library/mac/samplecode/"$3"/"$3".zip"}' | parallel curl -O
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment