update
This commit is contained in:
5
.local/scripts/9994_ram
Executable file
5
.local/scripts/9994_ram
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
mem="$(free -h | awk '/Mem:/ {print $3 "/" $2}')"
|
||||
|
||||
echo " $mem"
|
Reference in New Issue
Block a user