#!/usr/bin/env bash echo "This script will exit wity a 0 exit status." # Exit with an explicit 0 exit status. exit 0