Skip to content

Instantly share code, notes, and snippets.

@uplus
Last active December 13, 2016 13:25
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 uplus/4c2e96f9c496bb75b04e9e4b995679fd to your computer and use it in GitHub Desktop.
Save uplus/4c2e96f9c496bb75b04e9e4b995679fd to your computer and use it in GitHub Desktop.
echo_color(){
color="${1}"
shift
echo -e "\e[38;5;${color}m${*}\e[00m"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment