summaryrefslogtreecommitdiffstats
path: root/tests/testserver/apache2/testdata/www/htdocs/protected/cgi-bin/md5sum.cgi
blob: e580462b857e175a05ae84350bb80f5974246acb (plain)
1
2
3
4
5
6
#!/bin/sh

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