#!/usr/bin/env bash # Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. # SPDX-License-Identifier: MIT-0 templatebucket=$1 templateprefix=$2 stackname=$3 region=$4 SCRIPTDIR=`dirname $0` if [ "$templatebucket" == "" ] then echo "Usage: $0