diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2019-10-18 21:07:45 +0300 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2019-10-18 21:07:45 +0300 |
| commit | 14261f0fa17d94f5db8382b420e0106dd66e35a5 (patch) | |
| tree | 8c4460d9490cd52cc826cfdc6b0cce6bb4e40173 | |
| parent | 40d78a9b26540309430fef1238a599d24d499ace (diff) | |
| download | pfetch-14261f0fa17d94f5db8382b420e0106dd66e35a5.tar.gz | |
docs: update
| -rwxr-xr-x | pfetch | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |
