From c9e5942c47051c7e8dd3ab6d46e2ce72a775f698 Mon Sep 17 00:00:00 2001 From: Marco Peereboom Date: Fri, 23 Jan 2009 02:38:30 +0000 Subject: [PATCH] Use full path --- baraction.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/baraction.sh b/baraction.sh index d7bd571..e2b7806 100644 --- a/baraction.sh +++ b/baraction.sh @@ -1,2 +1,2 @@ #!/bin/sh -while :; do echo "battery" `apm -l` "%"; sleep 59; done +while :; do echo "battery" `/usr/sbin/apm -l` "%"; sleep 1; done -- 2.39.2