7 lines
100 B
Bash
Executable File
7 lines
100 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Content-type: text/plain";
|
|
echo "Content-length: 33"
|
|
echo
|
|
md5sum | cut -f 1 -d " "
|