Skip to content

Instantly share code, notes, and snippets.

View justinmk's full-sized avatar
💦

Justin M. Keyes justinmk

💦
View GitHub Profile
#!/bin/bash
if test -t 1; then
COLOR_FAIL="\e[31;1m"
COLOR_SUCCESS="\e[32;1m"
COLOR_BUILD_HEADING="\e[34;1m"
COLOR_OTHER_HEADING="\e[35m"
COLOR_RESET="\e[0m"
fi