mirror of
https://github.com/NishiOwO/ncsa-httpd.git
synced 2025-04-22 01:04:43 +00:00
8 lines
107 B
Bash
Executable File
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
|