Skip to content

Instantly share code, notes, and snippets.

View wballard's full-sized avatar
💭
\—/

Will Ballard wballard

💭
\—/
View GitHub Profile
#!/usr/bin/env bash
RED="\[$(tput setaf 1)\]"
YELLOW="\[$(tput setaf 3)\]"
GREEN="\[$(tput setaf 2)\]"
BLUE="\[$(tput setaf 4)\]"
WHITE="\[$(tput setaf 7)\]"
BOLD="\[$(tput bold)\]"
NORMAL="\[$(tput sgr0)\]"