blob: 217c8344bcbf01c6039ffe017daf77a71172583b [file] [log] [blame]
#!/bin/sh
printf "%.0f\n" $(free -m | grep Mem | awk '{print ($3/$2)*100}')