Code Vault/CharlesNWyble/photo gallery
From Sfvlug
- !/bin/sh
- a simple script to
- generate a index.html for pictures
numCols=6 colMark=1
echo "<HTML><HEAD></HEAD><BODY>"
| $fname" echo " | " "
	if [ $colMark -eq $numCols ]
	then
		echo "echo " <a href=$fname><img SRC=$fname height=30 width=50></a>"echo " | " echo " | " | 
