mirror of
https://github.com/dylanaraps/pfetch.git
synced 2026-01-02 16:02:12 +01:00
docs: update
This commit is contained in:
2
pfetch
2
pfetch
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user