Skip to content

Instantly share code, notes, and snippets.

View TheophileMot's full-sized avatar
🍩

Timothy Mott TheophileMot

🍩
  • front-end web developer
  • Ottawa, Ontario
View GitHub Profile
export COLOUR_NC='\e[0m' # No COLOUR
export COLOUR_WHITE='\e[1;37m'
export COLOUR_BLACK='\e[0;30m'
export COLOUR_BLUE='\e[0;34m'
export COLOUR_LIGHT_BLUE='\e[1;34m'
export COLOUR_GREEN='\e[0;32m'
export COLOUR_LIGHT_GREEN='\e[1;32m'
export COLOUR_CYAN='\e[0;36m'
export COLOUR_LIGHT_CYAN='\e[1;36m'
export COLOUR_RED='\e[0;31m'