From 488b8135d5ba7a48e16f93d14b31fed447a55aa9 Mon Sep 17 00:00:00 2001 From: ian Date: Tue, 9 Nov 1999 21:03:10 +0000 Subject: [PATCH] Found in chiark:/usr/local/lib/user-cgi/cgi/check --- www-cgi/check | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 www-cgi/check diff --git a/www-cgi/check b/www-cgi/check new file mode 100755 index 0000000..fca7431 --- /dev/null +++ b/www-cgi/check @@ -0,0 +1,6 @@ +#!/bin/sh +echo "Content-type: text/plain" +echo + +echo "ucgi check - args:" "$@" +printenv | sort -- 2.30.2