This commit is contained in:
2022-12-12 15:59:27 +01:00
parent 66945b37e4
commit d15f3ea237
5 changed files with 28 additions and 23 deletions

View File

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