Skip to content

Instantly share code, notes, and snippets.

@asvid
Created May 3, 2020 11:32
Show Gist options
  • Select an option

  • Save asvid/d605e2451ec13e544a58296ffa831825 to your computer and use it in GitHub Desktop.

Select an option

Save asvid/d605e2451ec13e544a58296ffa831825 to your computer and use it in GitHub Desktop.
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