Skip to main content

debug/print_warning

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