[BACK]Return to testpost.sh CVS log [TXT][DIR] Up to [local] / OpenXM / src / kan96xx / trans / data

Annotation of OpenXM/src/kan96xx/trans/data/testpost.sh, Revision 1.1

1.1     ! takayama    1: WFILE=/tmp/tmp-post-$$.txt
        !             2: env CONTENT_LENGTH=174 ../oxdecode_post <post1.txt >${WFILE}
        !             3: env CONTENT_LENGTH=`wc -m ${WFILE} | awk '{print $1}'` sm1 -q -s "[(parse) (cgi.sm1) pushfile] extension cgiPolymake quit " <${WFILE}
        !             4: exit 0
        !             5: : rm ${WFILE}
        !             6: : t.t : oxMessageBody=FACETS++POINTS%0A1+0+0+%0A1+1+0+%0A1+0+1%0A
        !             7: : cf. src/polymake/cgi/cgi-polymake.sh

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>