1 2 3 4 5 6 7 8
#!/bin/sh echo "Content-Type: text/plain; charset=utf-8" echo "Connection: close" echo "Cache-Control: no-cache" echo "" echo "{}"