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