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

7 lines
98 B
Bash
Executable File

#!/bin/sh
echo "Content-type: text/plain";
echo
cat testfile
echo "no file retrieved" > testfile