#!/bin/sh echo "Content-Type: text/plain" echo "" echo "POSIX shell CGI test page." echo "" echo "ps ax" ps ax