mirror of
https://github.com/crystalidea/qt6windows7.git
synced 2025-02-03 11:47:37 +08:00
7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
echo "Content-type: text/plain";
|
||
|
echo "Content-length: 33"
|
||
|
echo
|
||
|
md5sum | cut -f 1 -d " "
|