Files
CyberPanel/install-two/openlitespeed-1.4.28/dist/Example/cgi-bin/helloworld
2018-05-29 20:20:05 +05:00

13 lines
125 B
Bash
Executable File

#!/bin/sh
date=`date -u '+%a, %d %b %Y %H:%M:%S %Z'`
cat << EOF
Content-type: text/plain
Expires: $date
Hello World
EOF