/home/a/aquarion/sites/www.aquarionics.com/epistula/contrib/banner.sh
All my code (That is, anything not in the "Others" list on the right) is BSD licenced.
You can also view this page as text/plain or colour-coded source
#!/bin/bash
DATE=$(date +%Y-%m-%d)
WHERE=/home/site1/sites/www.aquarionics.com/web/images/banners
if [ -e $WHERE/fneek/$DATE.jpg ]
then
mv $WHERE/fneek/$DATE.jpg $WHERE/
fi
Using a heavily customised version of Tom's PHPCode2ValidXHTML Thing