From 5f373c8f32f2b1d32f61c4029f4f5c19c60fe7d4 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Thu, 22 Jan 2009 18:16:35 +0000 Subject: [PATCH] update every 59 seconds instead of 1 --- baraction.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baraction.sh b/baraction.sh index 35b4a88..d7bd571 100644 --- a/baraction.sh +++ b/baraction.sh @@ -1,2 +1,2 @@ #!/bin/sh -while :; do echo "battery" `apm -l` "%"; sleep 1; done +while :; do echo "battery" `apm -l` "%"; sleep 59; done