From 14261f0fa17d94f5db8382b420e0106dd66e35a5 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 18 Oct 2019 21:07:45 +0300 Subject: [PATCH] docs: update --- pfetch | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pfetch b/pfetch index b5d4261..1b1f7c6 100755 --- a/pfetch +++ b/pfetch @@ -1302,10 +1302,6 @@ get_ascii() { # output without the use of a pipe ('|'). # This ensures that any variables defined in the while loop # are still accessible in the script. - # - # The 'awk' command below used to be a simple 'sed', however - # some versions of Android shipped with a totally broken 'sed' - # command from 'toybox' and so we're forced to avoid 'sed'. done <<-EOF $(printf %s "$ascii" | sed 's/\[3.m//g') EOF