mirror of
https://github.com/deltathetawastaken/dotfiles.git
synced 2025-12-06 07:16:37 +03:00
4 lines
79 B
Bash
Executable file
4 lines
79 B
Bash
Executable file
#!/bin/sh
|
|
|
|
printf "%.0f\n" $(free -m | grep Mem | awk '{print (1-$7/$2)*100}')
|