From 6bb6aed5a0b34389a4f2cb8fc13a697904186f33 Mon Sep 17 00:00:00 2001 From: taro Date: Fri, 24 Sep 2021 18:58:29 +0000 Subject: detalles menores --- gab | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gab b/gab index 30c103a..f78bc4a 100755 --- a/gab +++ b/gab @@ -59,8 +59,8 @@ trim_string() { # https://github.com/dylanaraps/pure-sh-bible#parsing-a-keyval-file output_beautiful_messages(){ while IFS="$SEPARATOR" read -r user message; do - printf '\033[7m\033[1m%s\033[0m %s\n' $(trim_string "$user") "$message" - printf '\t---\n' + printf '\033[7m\033[1m %s\033[0m%s\n' "$user" "$message" + echo '- - -' done } -- cgit v1.2.3