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