update every 59 seconds instead of 1

This commit is contained in:
Marco Peereboom 2009-01-22 18:16:35 +00:00
parent b99ba3ea1e
commit 5f373c8f32

View file

@ -1,2 +1,2 @@
#!/bin/sh
while :; do echo "battery" `apm -l` "%"; sleep 1; done
while :; do echo "battery" `apm -l` "%"; sleep 59; done