From d3fb280a146759ca1468c1773f41599b4fabb5fa Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Sat, 17 Dec 2022 10:31:03 -0500 Subject: initial --- sample-cgi-handler.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 sample-cgi-handler.sh (limited to 'sample-cgi-handler.sh') diff --git a/sample-cgi-handler.sh b/sample-cgi-handler.sh new file mode 100755 index 0000000..55da4a0 --- /dev/null +++ b/sample-cgi-handler.sh @@ -0,0 +1,10 @@ +#!/bin/bash +echo "Content-type: text/html" +echo "" +echo '' +echo 'Hello From Bash
Environment:' +echo '
'
+/usr/bin/env
+echo '
' +echo '' +exit 0 -- cgit v1.2.3