diff options
author | bloodstalker <thabogre@gmail.com> | 2017-01-06 22:05:37 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-01-06 22:05:37 +0000 |
commit | ed0beac8c2f38d9157d5693ef4ca8469ba0d9f02 (patch) | |
tree | 3bdf7f306ce4229cdd1cbb40413b8d4a4f2233d4 | |
parent | updated 1/7/17 (diff) | |
download | mutator-ed0beac8c2f38d9157d5693ef4ca8469ba0d9f02.tar.gz mutator-ed0beac8c2f38d9157d5693ef4ca8469ba0d9f02.zip |
prints out pretty colors for two more fields, mostly used for diagnostics output
-rwxr-xr-x | extra-tools/ReportPrintPretty.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra-tools/ReportPrintPretty.sh b/extra-tools/ReportPrintPretty.sh index 389b504..e65f451 100755 --- a/extra-tools/ReportPrintPretty.sh +++ b/extra-tools/ReportPrintPretty.sh @@ -13,6 +13,6 @@ function cyan(s) {printf "\033[1;36m" s "\033[0m "} function unred(s) {printf "\033[1;41m" s "\033[0m "} function ungreen(s) {printf "\033[1;42m" s "\033[0m "} function unyellow(s) {printf "\033[1;43m" s "\033[0m "} - {print red($1)green($2)purple($3)blue($4)blue($5)} + {print red($1)green($2)purple($3)blue($4)blue($5)purple($6)cyan($7)} END{} ' > "$2"
\ No newline at end of file |