From 4e91758c005d8a18add0125138524abb7809ec03 Mon Sep 17 00:00:00 2001 From: Kunal Dabir Date: Thu, 15 Nov 2018 11:53:28 +0530 Subject: [PATCH] colorize the version as well --- has | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/has b/has index d573c39..6ee42cb 100755 --- a/has +++ b/has @@ -151,7 +151,7 @@ __detect(){ KO=$(($KO+1)) elif [ ${status} -eq 0 ] || [ ${status} -eq 141 ]; then ## successfully executed - printf "${PASS} ${command} ${version}\n" + printf "${PASS} ${command} \e[1m\e[33;5;2m${version}\e[m\n" OK=$(($OK+1)) else ## as long as its not 127, command is there, but we might not have been able to extract version