Code Vault/CharlesNWyble/photo gallery
From Sfvlug
(Difference between revisions)
Revision as of 20:05, 14 November 2006
- !/bin/sh
- a simple script to
- generate a index.html for pictures
numCols=6 colMark=1
echo "<HTML><HEAD></HEAD><BODY>"
$fname | " echo ""
echo " <a href=$fname><img SRC=$fname height=30 width=50></a>" echo " | "
if [ $colMark -eq $numCols ]
then
echo " " echo " | " |