Skip to content

Instantly share code, notes, and snippets.

@groundwater
Created November 29, 2013 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save groundwater/7710089 to your computer and use it in GitHub Desktop.
Save groundwater/7710089 to your computer and use it in GitHub Desktop.
#!/bin/bash
BLK=$(tput setaf 0)
RED=$(tput setaf 1)
GRN=$(tput setaf 2)
YEL=$(tput setaf 3)
BLU=$(tput setaf 4)
MAG=$(tput setaf 5)
CYN=$(tput setaf 6)
WHY=$(tput setaf 7)
CLR=$(tput sgr0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment