From 760afc0443ef745fc45bbc88fc65cb023b1f77d3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 24 Sep 2019 14:53:33 +0300 Subject: [PATCH] docs: update --- pfetch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pfetch b/pfetch index fda2ca8..3a51309 100755 --- a/pfetch +++ b/pfetch @@ -262,9 +262,9 @@ ${c5}\/${c4}-____${c5}\/ while read -r line || [ -n "$line" ]; do ascii_height=$((ascii_height + 1)) ascii_width=$((${#line} > ascii_width ? ${#line} : ascii_width)) - done <<-EOF + done <