Skip to content

Instantly share code, notes, and snippets.

@sjg
Created November 23, 2016 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sjg/aee985254343cc5b5660a2ea15ecbbea to your computer and use it in GitHub Desktop.
Save sjg/aee985254343cc5b5660a2ea15ecbbea to your computer and use it in GitHub Desktop.
Bash Commands to set the Text Colour in Bash
echo -e "\033[91m\xE2\x9c\x98 - Can't find text"
echo -e "\033[92m\xE2\x9c\x94 - Found Text"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment