summaryrefslogtreecommitdiff
path: root/test.cgi
blob: d7fc38a3462ffab23bc2f56c705657eb96d5e1b2 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python3
import os
print("Content-Type: text/plain")
print()
print(os.getenv("QUERY_STRING",""))
print(__name__)
print(os.getcwd())