Updated swap2ram

This commit is contained in:
Markus Fleschutz 2020-10-16 14:37:24 +00:00
parent 858211410d
commit 8ca83a025b

View File

@ -1,4 +1,6 @@
#!/bin/sh
#
# NOTE: for automation copy me to /etc/cron.daily
RAMsize=$(LC_ALL=C free | awk '/Mem:/ {print $2}')
RAMfree=$(LC_ALL=C free | awk '/Mem:/ {print $4}')