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