misc: cleanup

This commit is contained in:
Dylan Araps 2019-08-19 17:07:13 +00:00
parent 80cf1b4322
commit 2351a14d5a
1 changed files with 1 additions and 2 deletions

3
kiss
View File

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