10 lines
104 B
Bash
Executable File
10 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Content-Type: text/plain"
|
|
echo
|
|
|
|
echo "This is a shell script called by CGI:"
|
|
echo
|
|
set
|
|
|