ncsa-httpd/cgi-bin/test-env
2013-03-13 02:49:24 -04:00

8 lines
107 B
Bash
Executable File

#!/bin/sh
#
# Prints out all of the environment variables as used
#
echo Content-type: text/plain
echo
env