Created
July 19, 2024 12:23
-
-
Save morontt/1b83397abe756ee7cfcccb315d99cc07 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
#!/usr/bin/env bash | |
RED='\033[0;31m' | |
GREEN='\033[0;32m' | |
NC='\033[0m' | |
echo -e "${RED}Red${NC}" | |
echo -e "${GREEN}Green${NC}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment