🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay
2022-10-18 20:01:03 -04:00
parent 0f7c897742
commit 125eb060c2
7 changed files with 870 additions and 2 deletions

View 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)