#! /bin/sh -f
echo "Content-type: text/html"
echo
echo '<html>'
echo '<pre>'
python /cdf/home/cdf/ashmansk/public_html/daqstat.py
echo '</pre>'
echo '</html>'

