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


