Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ku1ik committed Jan 28, 2014
1 parent 11e4a33 commit 7da1754
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -126,7 +126,9 @@ If you prefer other color or you want to use additional escape codes

Here's an example for bold red:

export STDERRED_ESC_CODE=`echo -e "\e[1;31m"`
bold=$(tput bold || tput md)
red=$(tput setaf 1)
export STDERRED_ESC_CODE=`echo -e "$bold$red"`

### Program Blacklisting

Expand Down

0 comments on commit 7da1754

Please sign in to comment.