#!/bin/sh
#
# cgi program to test tt2ht2
#
	echo "Content-type: text/html"
	echo ""

	echo "<html><body bgcolor=white>"

	{
		echo "
		<top>
			<table border=0 cellspacing=1 cellpadding=3>
		</top>
		<attributes>
			bgcolor=linen
			align=right bgcolor=1emonchiffon

			align=right
		</attributes>"

		who
	} | ./tt2ht2
