forked from hummypkg/webif
a41c2ae6f9
git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@1008 2a923420-c742-0410-a762-8d5b09965624
9 lines
107 B
Plaintext
Executable File
9 lines
107 B
Plaintext
Executable File
#!/mod/bin/jimsh
|
|
|
|
puts "Content-type: text/plain\n"
|
|
|
|
foreach f [dict keys $env] {
|
|
puts "$f = $env($f)"
|
|
}
|
|
|