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