debug/print_error84 bytesBashView raw1#!/usr/bin/env bash 2 3set -o errexit 4set -o nounset 5 6echo -e "\033[31m$1\033[0m" >&2