File "helloworld"

Full Path: /home/attunedd/public_html/byp/izo/con7ext_sym404/rintoar.txt/usr/local/lsws/DEFAULT/cgi-bin/helloworld
File size: 125 bytes
MIME-type: text/x-shellscript
Charset: utf-8

#!/bin/sh

date=`date -u '+%a, %d %b %Y %H:%M:%S %Z'`

cat << EOF
Content-type: text/plain
Expires: $date

Hello World

EOF