#!/bin/csh -f set home=/home/wxscreen/Pictures foreach url ( http://www.ssd.noaa.gov/goes/east/tatl/vis-l.jpg http://www.ssd.noaa.gov/goes/east/carb/vis-l.jpg http://www.ssd.noaa.gov/PS/TROP/DATA/RT/WATL/SSRR/20.jpg http://www.ssd.noaa.gov/PS/TROP/DATA/RT/WATL/SSWD/20.jpg http://www.fs.fed.us/land/wfas/ws_f.png http://www.hpc.ncep.noaa.gov/basicwx/94f.gif http://www.cpc.ncep.noaa.gov/products/predictions/610day/610day.01.gif http://www.ssec.wisc.edu/data/g8/latest_g8ir.gif http://www.ssec.wisc.edu/data/east/latest_eastvis.jpg http://radar.wunderground.com/data/nids/MLB19_0.gif http://image.weather.com/images/maps/travel/trvlthun_600x405.jpg http://weather.cod.edu/nexrad/brefs/MLB/MLB.BREF1.gif http://www.goes.noaa.gov/GIFS/ECI6.JPG http://www.nws.noaa.gov/mdl/radar/SE_categ.gif http://www.uni.edu/storm/wximages/images/usfronts.gif http://www.spc.noaa.gov/products/md/validmd.gif http://weather.unisys.com/radar/rad_us.gif http://twister.sbs.ohio-state.edu/severe/kinx.gif http://image.weather.com/images/maps/travel/trvlthun_600x405.jpg http://www.cpc.ncep.noaa.gov/products/predictions/threats/threats.gif http://www.hpc.ncep.noaa.gov/noaa/noaa.gif http://images.intellicast.com/WxImages/Satellite/hiatlsat.gif http://www.ssd.noaa.gov/PS/FIRE/DATA/RT/FL/ALB/20.jpg http://www.flamedia.com/light2.jpg http://www.nhc.noaa.gov/tafb_latest/GULF_latest.gif http://www.nhc.noaa.gov/tafb_latest/WATL_latest.gif http://www.nhc.noaa.gov/gtwo/two_atl.gif http://www.nhc.noaa.gov/tafb_latest/danger_atl_latest.gif http://images.ibsys.com/orlc/images/weather/auto/doppler_640x480.jpg http://images.intellicast.com/WxImages/CustomGraphic/tgsfc1.gif http://images.intellicast.com/WxImages/Satellite/hicbsat.gif http://images.intellicast.com/WxImages/CustomGraphic/sfcmap.gif http://radar.weather.gov/lite/N0R/MLB_0.png http://www.cpc.ncep.noaa.gov/products/expert_assessment/season_drought.gif http://www.noaawatch.gov/images/elnino/elninometer-current.gif http://www.opc.ncep.noaa.gov/UA/USA_South.gif http://icons-pe.wunderground.com/data/640x480/2xus_ir.gif http://icons-pe.wunderground.com/data/640x480/2xus_jt.gif http://icons-pe.wunderground.com/data/640x480/2xus_hi.gif http://icons-pe.wunderground.com/data/640x480/2xus_rh.gif http://icons-pe.wunderground.com/data/640x480/2xus_st.gif http://icons-ecast.wunderground.com/data/severe/2xACUS01.png http://icons-ecast.wunderground.com/data/severe/2xACUS02.png http://icons-ecast.wunderground.com/data/severe/2xACUS03.png http://maps.wunderground.com/data/ndfdimages/Wx201103140300_us.png http://assets.weather-forecast.com/maps/static/Florida.wind.12.bb9f.jpg http://www.sebastianinletcam.com/dig001t.jpg http://www.sebastianinletcam.com/pics/s37/jan0111h/m131641e.jpg http://www.nhc.noaa.gov/gtwo/two_atl.gif http://www.ssd.noaa.gov/goes/east/carb/avn-l.jpg http://www.ssd.noaa.gov/goes/east/tatl/vis-l.jpg http://cimss.ssec.wisc.edu/tropic2/real-time/atlantic/winds/wg8vor.GIF http://www.ssd.noaa.gov/PS/TROP/TCFP/data/current/mainrfpa.png http://www.ssd.noaa.gov/PS/TROP/TCFP/data/current/mainrfps.png http://www.meteo.psu.edu/~gadomski/TROPDEV/dev12.gif ) cd $home; wget -N "$url" end find $home -mtime +0 -ls -exec rm {} \;