-
-
Save asvid/d605e2451ec13e544a58296ffa831825 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
| RED='\033[0;31m' | |
| GREEN='\033[0;32m' | |
| CYAN='\033[0;36m' | |
| YELLOW='\033[0;33m' | |
| NC='\033[0m' # No Color | |
| echo -e "${CYAN}This is gonna be cyan ${YELLOW}$YELLOW_VARIABLE? ${GREEN}(yes/no)${NC}\n" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment