#!/bin/sh rm -f index.html rm -f index.tmp echo "XOmB Kernel Code Documentation" >> index.tmp mv index.tmp index.html