From e5a9e736a3d66edc6ccb2166415b5baca9525e93 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 24 Sep 2019 14:59:14 +0300 Subject: [PATCH] docs: update --- pfetch | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pfetch b/pfetch index 0758eb3..8376ccf 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 <