color Print ANSI color escape sequences in shell scripts. Example #!/usr/bin/env import import "color" echo "`blue some blue text,` `red and now red,` `green and suddenly green!`"