dotfiles/screen/backticks/memory.sh

2 lines
73 B
Bash
Executable File

#!/usr/bin/env bash
free -h | fgrep -i 'mem:' | awk '{print $3, "/", $2}'