Created
June 19, 2021 23:36
-
-
Save rynkowsg/efa793874ef9c856cb5fb0405972690d to your computer and use it in GitHub Desktop.
Shell colors
This file contains 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 sh | |
RED=$(printf '\033[31m') | |
GREEN=$(printf '\033[32m') | |
YELLOW=$(printf '\033[33m') | |
BLUE=$(printf '\033[34m') | |
BOLD=$(printf '\033[1m') | |
RESET=$(printf '\033[m') |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment