docs: update

This commit is contained in:
Dylan Araps 2019-09-25 09:00:40 +03:00
parent 4488314f78
commit 7d61a28d31

2
pfetch
View File

@ -331,7 +331,7 @@ get_memory() {
# This ensures that any variables defined in the while loop # This ensures that any variables defined in the while loop
# are still accessible in the script. # are still accessible in the script.
done <<-EOF done <<-EOF
$(vmstat) $(vm_stat)
EOF EOF
mem_used=$((mem_used * 4 / 1024)) mem_used=$((mem_used * 4 / 1024))