mirror of https://github.com/tiyn/dotfiles
4 lines
53 B
4 lines
53 B
5 years ago
|
#!/bin/sh
|
||
|
|
||
|
free -h | awk '/^Mem:/ {print $3 "/" $2}'
|