Skip to content

Instantly share code, notes, and snippets.

@JohnPreston
Last active August 29, 2015 14:04
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 JohnPreston/847045efb078b5335b42 to your computer and use it in GitHub Desktop.
Save JohnPreston/847045efb078b5335b42 to your computer and use it in GitHub Desktop.
Eucalyptus packages
for i in `curl $URL | grep $VERSION | sed 's/rpm.*/rpm/g' | cut -d = -f 5 | sed 's/\"//g'` ; do echo $i && curl -O $URL/$i ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment