Files
2025-05-19 07:00:10 +00:00

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