From: Marco Peereboom Date: Fri, 23 Jan 2009 02:38:30 +0000 (+0000) Subject: Use full path X-Git-Tag: SCROTWM_0_9_30~374 X-Git-Url: https://code.delx.au/spectrwm/commitdiff_plain/c9e5942c47051c7e8dd3ab6d46e2ce72a775f698?ds=sidebyside Use full path --- 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