Skip to content

Instantly share code, notes, and snippets.

@granda
Created August 11, 2014 16:08
Show Gist options
  • Save granda/aaa1c81474ce55f686af to your computer and use it in GitHub Desktop.
Save granda/aaa1c81474ce55f686af to your computer and use it in GitHub Desktop.
Colorize Echo Output
## Colors
# \033[33;31m – Red
# \033[33;32m – Green
# \033[33;33m – Yellow
# \033[33;34m – Blue
# \033[33;35m – Magenta
# \033[33;30m – Gray
# \033[33;36m – Cyan
# \033[0m – No Color
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment