mirror of
https://github.com/dockersrc/scripts
synced 2026-01-27 10:34:36 -05:00
🦈🏠🐜❗ Initial Commit ❗🐜🦈🏠
This commit is contained in:
8
htdocs/cgi-bin/env.py
Executable file
8
htdocs/cgi-bin/env.py
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env python
|
||||
import sys
|
||||
import os
|
||||
|
||||
print "Content-Type: text/html\n\n"
|
||||
|
||||
for name, value in os.environ.items():
|
||||
print "%s\t= %s <br/>" % (name, value)
|
||||
Reference in New Issue
Block a user