#!/bin/sh - echo "Content-type: text/html"; echo; cat ../main.html; echo "
"; echo "Accessed"; echo 1 >> times; wc -w times; cat ../end;