mirror of
https://github.com/fleschutz/PowerShell.git
synced 2025-04-22 01:48:20 +02:00
Updated swap2ram
This commit is contained in:
parent
858211410d
commit
8ca83a025b
@ -1,4 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# NOTE: for automation copy me to /etc/cron.daily
|
||||||
|
|
||||||
RAMsize=$(LC_ALL=C free | awk '/Mem:/ {print $2}')
|
RAMsize=$(LC_ALL=C free | awk '/Mem:/ {print $2}')
|
||||||
RAMfree=$(LC_ALL=C free | awk '/Mem:/ {print $4}')
|
RAMfree=$(LC_ALL=C free | awk '/Mem:/ {print $4}')
|
||||||
|
Loading…
Reference in New Issue
Block a user