]> git.ipfire.org Git - thirdparty/cups.git/blame - doc/test.cgi
Update CGI documentation and add testable examples for CGI support (Issue #5940)
[thirdparty/cups.git] / doc / test.cgi
CommitLineData
d03753f3
MS
1#!/bin/sh
2echo "Content-Type: text/plain"
3echo ""
4echo "POSIX shell CGI test page."
5echo ""
6echo "ps ax"
7ps ax