This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
noah
/
chadwm
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
6f6a51a4f7
Branches
Tags
main
master
chadwm
/
eww
/
scripts
/
getram
getram
76 B
Historique
Raw
1
2
#!/bin/sh
printf "%.0f\n" $(free -m | grep Mem | awk '{print ($3/$2)*100}')