Created
November 4, 2011 20:45
-
-
Save seungjin/1340436 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| img_bucket_name='admin_mi_iBEEvm_20110824_171605' | |
| cur_dir=`pwd` | |
| echo $cur_dir | |
| source $cur_dir/odin-admin-x509/eucarc | |
| prefix=$cur_dir | |
| work_directory=$prefix"/"$img_bucket_name | |
| mkdir $work_directory | |
| euca-download-bundle -b $img_bucket_name -d $work_directory | |
| euca-unbundle -m $prefix/$img_bucket_name.manifest.xml -k ./odin-admin-x509/euca2-admin-83f69336-pk.pem | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment