From: Marco Peereboom Date: Fri, 23 Jan 2009 02:38:30 +0000 (+0000) Subject: Use full path X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=c9e5942c47051c7e8dd3ab6d46e2ce72a775f698;p=spectrwm.git 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