#!/bin/sh title=ファイル投稿 tmp=${TMPDIR:-tmp} cat< $title

$title


一言:
EOF if [ -n "$CONTENT_LENGTH" ]; then ofile=$tmp/filepost-stream head -c $CONTENT_LENGTH > $ofile echo "

CONTENT_TYPE=$CONTENT_TYPE

" echo "

$ofile にPOST結果を出力しました。

" fi cat< EOF