qt6-bb10/tests/auto/qhttp/webserver/cgi-bin/store_testfile.cgi

7 lines
100 B
Bash
Executable File

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