Use full path

This commit is contained in:
Marco Peereboom 2009-01-23 02:38:30 +00:00
parent 7ab5dbd429
commit c9e5942c47

View file

@ -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