#!/bin/sh

# creating a simplest index file for the main directory
if [ ! -a index.htm ]
 then 
  ind.tmpl >index.htm
fi  
