dwt1--dotfiles/.local/bin/memory

5 lines
86 B
Plaintext
Raw Normal View History

2020-03-19 19:50:17 +00:00
#! /bin/bash
mem="$(free -h | awk '/^Mem:/ {print $3 "/" $2}')"
2020-11-21 02:48:15 +00:00
echo -e "$mem RAM "