mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2026-01-15 06:13:12 -08:00
2 lines
63 B
Plaintext
Executable File
2 lines
63 B
Plaintext
Executable File
free -m | grep Mem | awk {'printf( "%.1f %", $3 / $2 * 100 )'}
|