#!/usr/bin/env bash cd "${0%/*}" || exit 1 failFunction() { false } # Must be sourced to use functions # shellcheck disable=SC1091 . ../mo mo --fail-on-function 2>&1 <