summaryrefslogtreecommitdiffstats
path: root/tests/auto/qhttp/webserver/cgi-bin/store_testfile.cgi
blob: e950f2af048a2b02e0a90d2253f07e26ba4848d4 (plain)
1
2
3
4
5
6
#!/bin/sh

echo "Content-type: text/plain";
echo
echo "file stored under 'testfile'"
cat > testfile