Files
misc/bin/st-mem
2025-07-07 10:46:44 -07:00

4 lines
76 B
Bash
Executable File

#!/bin/sh
MEMORY_USED=$(free -h | awk 'NR==2 {print $3}')
echo $MEMORY_USED