From 77f7f089896020b5bc2bb513cd64763b24d3d707 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 14 Oct 2014 20:38:05 +0200 Subject: [PATCH] cgi.sh shows all envs --- etc/cgi.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/cgi.sh b/etc/cgi.sh index 2e1e17c..aee19ef 100755 --- a/etc/cgi.sh +++ b/etc/cgi.sh @@ -3,5 +3,6 @@ echo "Content-Type: text/plain" echo "" echo "hello, world." -sleep 1 +pwd +env -- 1.7.10.4