Remove ksh 1.0.0beta

This commit is contained in:
Jon Trulson
2022-08-27 13:52:40 -06:00
parent 3449ea6767
commit 4bea26e4b7
1217 changed files with 0 additions and 345256 deletions

View File

@@ -1,17 +0,0 @@
#!/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>"