0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-06-30 22:19:29 -04:00

test: The CGI script showing POST DATA sent to it.

TODO: Combine print-post.sh and print-vars.sh into one script.
This commit is contained in:
Witold Filipczyk 2007-03-01 18:41:23 +01:00 committed by Witold Filipczyk
parent e3b2d7a43a
commit 38f85be76a

6
test/cgi/print-post.sh Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
echo "Content-Type: text/plain"
echo
echo "POST DATA:"
cat -