Files
dtos-dotfiles/.local/bin/memory
Derek Taylor 88685c9d9c Minor edits.
2020-11-20 20:48:15 -06:00

5 lines
86 B
Bash
Executable File

#! /bin/bash
mem="$(free -h | awk '/^Mem:/ {print $3 "/" $2}')"
echo -e "$mem RAM "