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