mirror of
https://github.com/pgrondek/config.git
synced 2025-02-18 07:39:40 +00:00
3 lines
64 B
Bash
Executable file
3 lines
64 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
free -h | grep Mem | awk '{print $3"/"$2}'
|