mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-09 18:19:32 +02:00
Updated swap2ram
This commit is contained in:
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}')
|
||||
|
Loading…
Reference in New Issue
Block a user