#!/bin/sh
echo "Content-type: text/html"
echo
echo "pozdrowienia z 'APACHE3/mycgi'"
env


