#!/bin/sh
for file in *
do
echo '<A HREF="http://homepage.mac.com/altglbrs/.Pictures/'$file'"'$file'</A>'
done
