qt6windows7/tests/testserver/apache2/testdata/www/htdocs/protected/cgi-bin/md5sum.cgi

7 lines
100 B
Plaintext
Raw Normal View History

2023-10-30 06:33:08 +08:00
#!/bin/sh
echo "Content-type: text/plain";
echo "Content-length: 33"
echo
md5sum | cut -f 1 -d " "