diff options
-rwxr-xr-x | kiss | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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' "$@" } |