7 lines
112 B
Bash
7 lines
112 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
echo "20 text/plain"
|
||
|
echo "The following is the CGI environment of this program:"
|
||
|
echo
|
||
|
env
|