Skip to content

Instantly share code, notes, and snippets.

@rynkowsg
Created June 19, 2021 23:36
Show Gist options
  • Save rynkowsg/efa793874ef9c856cb5fb0405972690d to your computer and use it in GitHub Desktop.
Save rynkowsg/efa793874ef9c856cb5fb0405972690d to your computer and use it in GitHub Desktop.
Shell colors
#!/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