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