mirror of https://gitee.com/openkylin/cups.git
8 lines
111 B
Plaintext
8 lines
111 B
Plaintext
|
#!/bin/sh
|
||
|
echo "Content-Type: text/plain"
|
||
|
echo ""
|
||
|
echo "POSIX shell CGI test page."
|
||
|
echo ""
|
||
|
echo "ps ax"
|
||
|
ps ax
|