Skip to main content

debug/print_success

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