9 lines
133 B
Plaintext
9 lines
133 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
|
echo "Content-Type: text/plain; charset=utf-8"
|
||
|
echo "Connection: close"
|
||
|
echo "Cache-Control: no-cache"
|
||
|
echo ""
|
||
|
|
||
|
echo "{}"
|