1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-28 01:35:32 +00:00
elinks/test/cgi/print-post.sh
Witold Filipczyk 9179c8d3f6 test: The CGI script showing POST DATA sent to it.
TODO: Combine print-post.sh and print-vars.sh into one script.
2007-03-10 13:45:49 +02:00

7 lines
72 B
Bash
Executable File

#!/bin/sh
echo "Content-Type: text/plain"
echo
echo "POST DATA:"
cat -