#!/bin/bash

printf "Content-type: text/html\n\n"
printf "<HTML><HEAD></HEAD><BODY>\n"
/bin/uname -a
printf "</BODY></HTML>\n"
