diff options
author | Aaron Ball <nullspoon@oper.io> | 2018-03-07 13:39:28 -0700 |
---|---|---|
committer | Aaron Ball <nullspoon@oper.io> | 2018-03-07 13:39:28 -0700 |
commit | 86fc3cc21a70513b60c24516caf423dc149319d4 (patch) | |
tree | 8c873670be428937a01ca4dec8a5e3ceb2afc768 /install-header.sh | |
parent | 5f740ab6e8c836964497a6c0231e47ad28a7bc53 (diff) | |
download | pkgself-86fc3cc21a70513b60c24516caf423dc149319d4.tar.gz pkgself-86fc3cc21a70513b60c24516caf423dc149319d4.tar.xz |
Added libcolorize
This library provides the 'colorize' function. This function will color
any text from stdin with the specified escape sequence, resetting the
color changes at line end.
Useful for coloring output of commands by piping their stdout or stderr
to this function, specifying to color the output something unique.
Diffstat (limited to 'install-header.sh')
-rwxr-xr-x | install-header.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/install-header.sh b/install-header.sh index 069a8c9..200e9c5 100755 --- a/install-header.sh +++ b/install-header.sh @@ -61,6 +61,7 @@ main() { source libinstall/template.sh source libinstall/ensure.sh + source libinstall/colorize.sh source run.sh |