#!/bin/bash if [ "${REGION}" == "" ];then REGION="us-west-1" fi if [ "$@" != "./build.sh" ];then #ensure config for hyper cli mkdir -p ~/.hyper cat > ~/.hyper/config.json <