Introduction#

this is a test, and it better work, or else.

you wandered into the gro0.com website

tag() {
  [ -z "$1" ] && local readonly ERROR_LEVEL=I || local readonly ERROR_LEVEL="$1"
  echo "$(date -Iseconds) $HOSTNAME $ERROR_LEVEL/$(basename $0)[$$]"
}