From 2351a14d5a762fdd7c406b2db1536fec6022800f Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 19 Aug 2019 17:07:13 +0000 Subject: [PATCH] misc: cleanup --- kiss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kiss b/kiss index 461c656..61cdf32 100755 --- a/kiss +++ b/kiss @@ -33,8 +33,7 @@ die() { } log() { - # Print a message with a colorful arrow to distinguish - # from other output. + # Print a message prettily. printf '\033[32m=>\033[m %s\n' "$@" }