App-EC2-API-Tools

 view release on metacpan or  search on metacpan

bin/ec2-api  view on Meta::CPAN

}

if [ "$action" = "help" ]; then
    if [ "$script" = "" ]; then
        perldoc App::EC2::API::Tools;
        exit 1;
    fi

    find_script;

    echo "Please read - http://docs.aws.amazon.com/search/doc-search.html?searchPath=documentation-guide&x=5&y=16&this_doc_product=Amazon+Elastic+Compute+Cloud&this_doc_guide=CLI+Reference&doc_locale=en_us#facet_doc_product=Amazon%20Elastic%20Compute...

    exit;
fi;

if [ "$action" = "exec" ]; then
    export JAVA_BIN=$(which java)

    if [ "$JAVA_BIN" = "" ]; then
        echo "Please install java";
        echo "$0 install java";



( run in 0.490 second using v1.01-cache-2.11-cpan-ceb78f64989 )