Skip to content

Instantly share code, notes, and snippets.

@chorrell
Created October 24, 2016 18:53
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 chorrell/bf20745bf7f406070f1642b095ce8479 to your computer and use it in GitHub Desktop.
Save chorrell/bf20745bf7f406070f1642b095ce8479 to your computer and use it in GitHub Desktop.
Example of how to download images files from https://images.joyent.com
# Get the manifest
curl https://images.joyent.com/images/70e3ae72-96b6-11e6-9056-9737fd4d0764 -o base-64-16.3.1.json
# Get the image file
curl https://images.joyent.com/images/70e3ae72-96b6-11e6-9056-9737fd4d0764/file -o base-64-16.3.1.zfs.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment