#!/bin/sh set -eo pipefail if [ -z "${APP}" ]; then read -p "Enter display name for the app: " APP