diff options
| author | Dylan Araps <dylan.araps@gmail.com> | 2019-09-25 10:04:42 +0300 |
|---|---|---|
| committer | Dylan Araps <dylan.araps@gmail.com> | 2019-09-25 10:04:42 +0300 |
| commit | b5a2bbd82ef1986bba92d37116bab9df378a4734 (patch) | |
| tree | 4519812669001f530c8da16bb387258562f6d7cd | |
| parent | b4215a890783abd9ef645331ee0d86f7ef5ff392 (diff) | |
| download | pfetch-b5a2bbd82ef1986bba92d37116bab9df378a4734.tar.gz | |
docs: update
| -rwxr-xr-x | pfetch | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -367,7 +367,7 @@ get_memory() { esac # Using '<<-EOF' is the only way to loop over a command's - # output without the use of a pipe ('|') or subshell. + # output without the use of a pipe ('|'). # This ensures that any variables defined in the while loop # are still accessible in the script. done <<-EOF @@ -788,7 +788,7 @@ get_ascii() { ascii_width=$((${#line} > ascii_width ? ${#line} : ascii_width)) # Using '<<-EOF' is the only way to loop over a command's - # output without the use of a pipe ('|') or subshell. + # output without the use of a pipe ('|'). # This ensures that any variables defined in the while loop # are still accessible in the script. done <<-EOF |
