summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortaro <taro>2021-09-24 18:58:29 +0000
committertaro <taro>2021-09-24 18:58:29 +0000
commit6bb6aed5a0b34389a4f2cb8fc13a697904186f33 (patch)
treeb62ae012c37d3ecfda476395c89f8543a68817ea
parentbe7c0f518b0feafcd18df75e3ab148f5f00c8f14 (diff)
downloadgab-6bb6aed5a0b34389a4f2cb8fc13a697904186f33.tar.gz
detalles menores
-rwxr-xr-xgab4
1 files 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
}
Un proyecto texto-plano.xyz