10 lines
119 B
Plaintext
10 lines
119 B
Plaintext
![]() |
#!/bin/sh
|
||
|
|
||
|
printf "Content-Type: text/plain\r\n"
|
||
|
printf "\r\n"
|
||
|
|
||
|
echo "This is a shell script called by CGI:"
|
||
|
echo
|
||
|
set
|
||
|
|