diff --git a/cgi/env.sh b/cgi/env.sh new file mode 100755 index 0000000..cd46318 --- /dev/null +++ b/cgi/env.sh @@ -0,0 +1,3 @@ +#!/bin/sh +echo Content-type: text/plain +env|sort