ls | grep -v '^index\.html$' | perl -ne 'BEGIN { print "<html>\n"; } END { print "</html>\n"; } chomp; print "<IMG SRC=\"$_\">\n" '
