Build precise queries to find exactly what you need
Press ESC to close
@weyoon
Member Since: April 9, 2013
Favorites0
Views0
Projects1
Add the following to the script to add pressure (press): #Output for Pressure if [ $2 = "press" ] then VAR1=$(lynx -dump -source http://api.wunderground.com/weatherstation/WXCurrentObXML.asp?ID=$1 | grep pressure_mb | cut -d">" -f2 | cut -d"" -f2 | cut -d"" -f2 | cut -d" printf "Pressure: $VAR3 | 'MB'=$VAR1 'IN'=$VAR2n" exit fi
Reviewed 13 years ago