\!/ 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/as-describe-policies

#!/usr/bin/env bash
if [ -n "${AWS_AUTO_SCALING_HOME:+x}" ]; then
        ${AWS_AUTO_SCALING_HOME}/bin/as-cmd as-describe-policies "$@"
else
        echo AWS_AUTO_SCALING_HOME is not set
        exit 1
fi

@KyuuKazami