7 lines
100 B
Plaintext
Raw Normal View History

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