#!/bin/bash echo Content-type: text/plain echo echo CONTENT_LENGTH: $CONTENT_LENGTH read -n $CONTENT_LENGTH INPUT echo $INPUT