summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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