#!/bin/csh -f -b echo "" > index.html foreach x (`ls *.gif *.jpg *.png`) echo $x echo "$x" >> index.html end echo "" >> index.html