\!/ 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/elb-delete-lb

#!/usr/bin/env bash
if [ -n "${AWS_ELB_HOME:+x}" ]; then
        ${AWS_ELB_HOME}/bin/elb-cmd elb-delete-lb  "$@"
else
        echo AWS_ELB_HOME is not set
        exit 1
fi

@KyuuKazami