#!/usr/bin/env bash set -eux # -e: exit on error, -u: error on undefined var, -x: print each command