Created
April 5, 2026 16:02
-
-
Save dipspb/28fa5169c9b0cdee473d26ddafa12868 to your computer and use it in GitHub Desktop.
Env variables to color shell messages
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 | |
| GREEN='\033[0;32m' | |
| RED='\033[0;31m' | |
| YELLOW='\033[1;33m' | |
| BLUE='\033[0;34m' | |
| NC='\033[0m' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment