From: Marco Peereboom Date: Sat, 24 Jan 2009 23:51:08 +0000 (+0000) Subject: Move delay back to 59 X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=0f0772ae65aedb8363e9287deabad4801132fd9a;p=spectrwm.git Move delay back to 59 --- diff --git a/baraction.sh b/baraction.sh index a6a30b6..b81ceee 100644 --- a/baraction.sh +++ b/baraction.sh @@ -49,5 +49,5 @@ while :; do #print_cpu `/usr/sbin/iostat -C` print_apm `/usr/sbin/apm -alb` echo "" - sleep 1 + sleep 59 done