#!/bin/sh
# check markers left by htmp helpers

./generate_head "check marker"
echo "<body> <p> Markers left by pjb helpers"
echo "<p> pwd="; pwd
echo "<p>ls is"; ls /usr/tmp/*_html_*

echo "</body> </html>"
