Skip to content

Instantly share code, notes, and snippets.

@ysakasin
Created April 27, 2019 06:15
Show Gist options
  • Save ysakasin/4fc9838903a6412988a39a49934967c9 to your computer and use it in GitHub Desktop.
Save ysakasin/4fc9838903a6412988a39a49934967c9 to your computer and use it in GitHub Desktop.
BLACK="\[\e[30m\]"
RED="\[\e[31m\]"
GREEN="\[\e[32m\]"
YELLOW="\[\e[33m\]"
BLUE="\[\e[34m\]"
MAGENTA="\[\e[35m\]"
CYAN="\[\e[36m\]"
WHITE="\[\e[37m\]"
END="\[\e[m\]"
COLOR=$GREEN
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment