dotfiles/.local/scripts/9994_ram

6 lines
80 B
Bash
Executable File

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