From d034409fc98bb0bbdf4fbd9b142b1648df56cba8 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Mon, 18 Jul 2011 16:19:29 +0000 Subject: [PATCH] catch up to new top From: Alicornio --- baraction.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baraction.sh b/baraction.sh index 7455219..c4fe4c2 100644 --- a/baraction.sh +++ b/baraction.sh @@ -12,7 +12,7 @@ print_date() { } print_mem() { - MEM=`/usr/bin/top | grep Free: | cut -d " " -f7` + MEM=`/usr/bin/top | grep Free: | cut -d " " -f6` echo -n "Free mem: $MEM " } -- 2.39.2