From b891420946d5269cc326d67555c6aab3db41a01a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 21 Nov 2010 17:01:59 +0000 Subject: added yhttpd and ycurses trunk versions --- yhttpd/html/test.cgi | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 yhttpd/html/test.cgi (limited to 'yhttpd/html/test.cgi') diff --git a/yhttpd/html/test.cgi b/yhttpd/html/test.cgi new file mode 100644 index 0000000..12b7f75 --- /dev/null +++ b/yhttpd/html/test.cgi @@ -0,0 +1,9 @@ +#!/usr/bin/perl -w + +use strict; + +print "\n"; +print "Hello World!\n"; +print "\n"; + + -- cgit v1.2.3