#!/bin/sh set -e set -u #set -x # go to the same path as the script cd "$(dirname ${0})" cat > .env <