#!/bin/sh . ./webenv echo Content-type: text/html echo if [ "$REQUEST_METHOD" = "POST" ] then QUERY_STRING=`cat` fi $WEBPROGS/webshop.4ge