#!/usr/bin/env sh # exit on error set -e # no undefined variables set -u