This commit is contained in:
Linux User
2022-08-13 18:10:53 +00:00
parent c3bb83fe14
commit 2db42127d0
11 changed files with 71 additions and 12 deletions

5
.local/scripts/9994_ram Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
mem="$(free -h | awk '/Mem:/ {print $3 "/" $2}')"
echo " $mem"