mirror of
https://github.com/openharmony/third_party_cups.git
synced 2026-08-26 20:47:33 -04:00
4a240ea0ba
Signed-off-by: guoshengbang <guoshengbang@huawei.com>
8 lines
111 B
Bash
Executable File
8 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
echo "Content-Type: text/plain"
|
|
echo ""
|
|
echo "POSIX shell CGI test page."
|
|
echo ""
|
|
echo "ps ax"
|
|
ps ax
|