#!/bin/sh

curl -s -e http://weather.bg/en/indexx.php3 -d stan=Sofia http://weather.bg/en/indexx.php3|grep -A 6 '^Sofia$'|sed 's/<.*>//g'|sed 's/&nbsp;//g'|sed 's/  */ /g'| grep '^..*$'

