diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-08-19 17:07:12 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-08-19 17:07:12 +0000 |
commit | 1404a293e6426b5f52cb5f2424bb8dcbf0227c4a (patch) | |
tree | 22684101d9be43a1d323afd00f2d236e8f8910c7 /kiss | |
parent | 6bae6fb8868f8a2b7746d49b305ef26aa3cf2a5c (diff) | |
download | cpt-1404a293e6426b5f52cb5f2424bb8dcbf0227c4a.tar.gz |
misc: cleanup
FossilOrigin-Name: bcca29b68e2e4665bdc4a54c14896fffbc50b5b4a3e8a1534ce9b2aaa2d824cc
Diffstat (limited to 'kiss')
-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' "$@" } |