diff weather/getweather.sh @ 28:28221b9bb370

add weather/; update myrss/FEEDS; add umask(0037) to weather/index.php and myrss/index.php
author paulo@thepaulopc
date Thu, 23 Jun 2011 00:41:19 -0700
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/weather/getweather.sh	Thu Jun 23 00:41:19 2011 -0700
     1.3 @@ -0,0 +1,5 @@
     1.4 +#!/bin/sh
     1.5 +
     1.6 +URL=ftp://tgftp.nws.noaa.gov/data/forecasts/zone/ca/caz043.txt
     1.7 +
     1.8 +wget -O - ${URL}