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' "$@" }