1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-09-28 12:22:39 -06:00

misc: cleanup

This commit is contained in:
Dylan Araps 2019-08-19 17:07:13 +00:00
parent 80cf1b4322
commit 2351a14d5a

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