#!/bin/tcsh # makes index.html set bindir=`pwd`/$0:h pushd $1 set allpegs=(???-*.{jpg,JPG} {DSC,dsc,P00}?????.{jpg,JPG} {MOV,mov}?????.{mpg,MPG}) $bindir/make-index $allpegs >index.html popd