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