#! /bin/sh echo 'Content-type: text/html' echo '' if test -f /var/lock/subsys/erp5cdtool; then cat /usr/share/doc/HTML/index.html else cat /usr/share/doc/HTML/error.html fi