\!/ KyuuKazami \!/

Path : /proc/self/root/proc/thread-self/root/opt/aws/bin/
Upload :
Current File : //proc/self/root/proc/thread-self/root/opt/aws/bin/ec2-bundle-image

#!/bin/bash

[ -e ${EC2_AMITOOL_HOME:=${EC2_HOME}}/lib/ec2/amitools/bundleimage.rb ] \
    || EC2_AMITOOL_HOME=$(dirname $(dirname $(readlink -e $0)))
export EC2_AMITOOL_HOME
ruby -I ${EC2_AMITOOL_HOME}/lib \
    ${EC2_AMITOOL_HOME}/lib/ec2/amitools/bundleimage.rb "$@"

@KyuuKazami