mirror of
https://github.com/civetweb/civetweb
synced 2025-03-28 21:13:27 +00:00
10 lines
119 B
Bash
10 lines
119 B
Bash
#!/bin/sh
|
|
|
|
printf "Content-Type: text/plain\r\n"
|
|
printf "\r\n"
|
|
|
|
echo "This is a shell script called by CGI:"
|
|
echo
|
|
set
|
|
|