#!/bin/rc
if(~ $1 '')
loc=LOWI.html
if not
loc=$1
hget http://weather.noaa.gov/weather/current/$loc |
htmlfmt |
#sed 's/Weather//g; s/observed//g' |
awk '/Conditions at/, /ob' |
#sed 's/Conditions at//' |
awk '/Wind/, /ob' |
sed 's/^ob//; /^$/d; N;s/\n/: /'
|