From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from ms-smtp-03.rdc-kc.rr.com ([24.94.166.129]) by speech.braille.uwo.ca with esmtp (Exim 3.36 #1 (Debian)) id 1An8dM-0000XM-00 for ; Sat, 31 Jan 2004 22:50:56 -0500 Received: from saidin.asmodean.net (CPE-65-26-35-141.kc.rr.com [65.26.35.141]) by ms-smtp-03.rdc-kc.rr.com (8.12.10/8.12.7) with ESMTP id i113ooD8000999 for ; Sat, 31 Jan 2004 21:50:50 -0600 (CST) Received: from raul by saidin.asmodean.net with local (Exim 3.36 #1 (Debian)) id 1An8dF-0001od-00 for ; Sat, 31 Jan 2004 21:50:49 -0600 Date: Sat, 31 Jan 2004 21:50:49 -0600 From: "Raul A. Gallegos" To: "Speakup is a screen review system for Linux." Message-ID: <20040201035049.GS1307@asmodean.net> Mail-Followup-To: "Speakup is a screen review system for Linux." References: <002401c3e78c$7dc97be0$7700a8c0@desktop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; x-action=pgp-signed Content-Disposition: inline In-Reply-To: <002401c3e78c$7dc97be0$7700a8c0@desktop> X-Organization: Asmodean User-Agent: Mutt/1.5.5.1+cvs20040105i X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: Re: O T weather underground X-BeenThere: speakup@braille.uwo.ca X-Mailman-Version: 2.1.3 Precedence: list Reply-To: "Speakup is a screen review system for Linux." List-Id: Speakup is a screen review system for Linux. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Feb 2004 03:50:57 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Here is a weather script I us. Works real nice. I just type at a prompt for example: wxw 80222 And I get the weather for Denver Colorado. Script follows: #!/bin/bash if [ "$#" -lt "1" -o "$#" -gt "2" ] ;then echo "Usage: wxw zip or wxw cityname." echo "Example: wxw 66212 or wxw Overland Park" exit 1 fi if [ "$#" -eq "1" ] ;then QUERY="$1" else QUERY="$1+$2" fi lynx "http://braille.wunderground.com/cgi-bin/findweather/getForecast?query=$QUERY" - -- Raul a. Gallegos - http://www.asmodean.net Do you like 80's music? Do you want to spend some time on Saturdays listening? Visit http://www.chosen80s.com for all the details. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAHHeYas0vKmIuNMcRAqciAJ9RtWnxOf3NWz8CP7ZNFfdj8y8zTACgrhfU PkA1pBQiFuwqz+N94VGRobg= =Qxpu -----END PGP SIGNATURE-----