#!/bin/sh
echo "Content-type: text/html"
echo
echo "<html><head></head><body><pre>"
date
cd /home/hta/ops/db
make www/draft-list.html 2>&1
make www/draft-status.html 2>&1
date
echo "</pre>"
echo "<a href=\"http://www.ops.ietf.org/draft-list.html\">The list is renewed</a>"
echo "</pre></body></html>"


