#!/bin/sh
echo "Content-type: text/plain"
echo
echo "Wykonuj 'cgi-bin/mycgi'"
env


