1
0
mirror of https://github.com/fleschutz/PowerShell.git synced 2025-07-06 07:30:04 +02:00

Updated swap2ram

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

@ -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}')