Skip to main content

debug/print_error

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