Files
dtos-dotfiles/.local/bin/memory
2020-03-19 14:50:17 -05:00

5 lines
86 B
Bash
Executable File

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