kospay/pay/www/302

19 lines
413 B
Bash
Executable File

#!/bin/sh
while read kos
do
[ "${#kos}" -le "1" ]&&break;
koss="$kos
$koss"
done
echo -e "HTTP/1.1 302 Moved temporarily
Connection: close
Pragma: no-cache
Cache-Control: no-cache
Cache-Control: no-store
Cache-Control: private
Server: kos-1.0
Content-Language:zh-CN,zh
Content-Type: text/plain;charset=utf-8
Location: ${*}
"