diff options
author | bloodstalker <thabogre@gmail.com> | 2017-01-20 22:14:18 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-01-20 22:14:18 +0000 |
commit | 6fa5ce95da0c8799518faf878e1635b514f24f67 (patch) | |
tree | d75caac082f28b270e24915a232d571c30c5db06 /extra-tools/ReportPrintPretty.sh | |
parent | little addition for 5.x rules (diff) | |
download | mutator-6fa5ce95da0c8799518faf878e1635b514f24f67.tar.gz mutator-6fa5ce95da0c8799518faf878e1635b514f24f67.zip |
added more fileds and colors
Diffstat (limited to '')
-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 187bec9..a40d2b2 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)yellow($6)cyan($7)} + {print red($1)green($2)purple($3)blue($4)blue($5)yellow($6)cyan($7)ungreen($8)ungreen($9)} END{} ' > "$2"
\ No newline at end of file |