Skip to content

Instantly share code, notes, and snippets.

@ptitfred
Created September 21, 2011 12:31
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 ptitfred/1231913 to your computer and use it in GitHub Desktop.
Save ptitfred/1231913 to your computer and use it in GitHub Desktop.
fonction bash pour colorer un text
#!/bin/bash
function color {
echo -e "\x1b[${2}m$1\x1b[0m"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment