This is my favourite Shell script or batch file ever. It illustrates perfectly the advantages of having a programmable system.
When I was doing my postgrad work in the UK around 1995 I used to run this little Shell script to turn my desktop background into a live view of Dublin, that would run all day long.
The sun would slowly rise and set in my background, as I worked away in the foreground:
url="http://images.ireland.com/webcam/liveview.jpg" file=dublin.jpg while true do lynx -reload -source $url > $file xv -root -quit -max $file sleep 1200 done |
O'Connell Bridge, Dublin, right now.
From Dublin City Council.
Image size 20 k.