#!/bin/rc rfork e location='yourlocation' while () { hget -r 'User-Agent: curl' 'http://wttr.in/'$location'?format=%25C%20%25t' echo sleep 5 }