dotfiles/pkgs/ags/config/mem.sh.backup-hm
delta 61f5b3185b
Some checks are pending
laptop / tests (push) Waiting to run
intelnuc / tests (push) Waiting to run
upd :З
2024-08-06 05:38:44 +03:00

4 lines
79 B
Bash
Executable file

#!/bin/sh
printf "%.0f\n" $(free -m | grep Mem | awk '{print (1-$7/$2)*100}')