#!/usr/bin/env bash # This should display a message indicating that the file --something # could not be found. cd "${0%/*}" || exit 1 ../mo --something 2>&1