Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env bash
if [[ -n ${EOC_DEBUG:-} && ${-} != *x* ]]
then
export PS4='+${BASH_SOURCE[0]##*/}($LINENO)/${FUNCNAME[0]}> '
# shellcheck disable=SC2120
:() {
[[ ${1:--} != ::* ]] && return 0
printf '%s\n' "${*}" >&2
}