Files
qt5.12.8/tests/testserver/apache2/testdata/www/htdocs/protected/cgi-bin/md5sum.cgi
2025-08-26 22:57:23 +08:00

7 lines
100 B
Bash
Executable File

#!/bin/sh
echo "Content-type: text/plain";
echo "Content-length: 33"
echo
md5sum | cut -f 1 -d " "