mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Squashed 'cde/programs/dtksh/ksh93/' content from commit b16c91f01
git-subtree-dir: cde/programs/dtksh/ksh93
git-subtree-split: b16c91f012
This commit is contained in:
commit
97ef0077f0
1152 changed files with 330758 additions and 0 deletions
17
docs/ksh/scripts/dump-cgi.ksh.txt
Normal file
17
docs/ksh/scripts/dump-cgi.ksh.txt
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
#!/bin/ksh
|
||||
|
||||
. ./cgi-lib.ksh
|
||||
|
||||
cgi_parse
|
||||
cgi_header
|
||||
|
||||
print "<html>"
|
||||
print "<pre>"
|
||||
print -r "Url: $(cgi_url)"
|
||||
for i in ${!Cgi.*}
|
||||
do
|
||||
nameref val=$i
|
||||
print -r "$i = $val"
|
||||
done
|
||||
print "</pre>"
|
||||
print "</html>"
|
||||
Loading…
Add table
Add a link
Reference in a new issue