Created
April 27, 2019 06:15
-
-
Save ysakasin/4fc9838903a6412988a39a49934967c9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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