#!/bin/sh
while i=1 ; do
  /home/deifl/bin/weather Today | head -3 | tail -2 | xargs
  sleep 600
done

Generated with vim2html
Copyright © 2003-2004 by Chip Cuccio <http://norlug.org/~chipster/finger>