mirror of
http://github.com/JaeUs3792/dotfiles
synced 2025-12-14 08:01:35 +09:00
3 lines
76 B
Bash
Executable File
3 lines
76 B
Bash
Executable File
#!/bin/sh
|
|
printf "%.0f\n" $(free -m | grep Mem | awk '{print ($3/$2)*100}')
|