7 lines
82 B
Bash
Executable File
7 lines
82 B
Bash
Executable File
#!/bin/sh
|
|
|
|
echo "Content-Type: text/plain"
|
|
echo
|
|
|
|
echo "This is shell script CGI."
|