Linux User 2db42127d0 update
2022-08-13 18:10:53 +00:00

6 lines
80 B
Bash
Executable File

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