#!/bin/sh # # $Id: iMainIndex,v 1.1 2001/11/20 03:11:28 vijoy Exp vijoy $ # # Cleanup and create input rm -rf index.html inputfile=`ls ` # Creating the basic HTML template echo "Creating index..." echo "" > index.html echo "" >> index.html echo "

Contents and Index of this Photo Album

" >> index.html echo "

" >> index.html echo "© 2000-2001 Vijoy and Rachna Pandey
" >> index.html echo "Photo album burnt on "`date`"
" >> index.html echo "" >> index.html