From 4f8325f5df55628544f13937975f38c6ef5d17ab Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Sun, 18 Dec 2022 18:51:00 -0500 Subject: switch to using go-fed for activitystreams --- sample-cgi-handler.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'sample-cgi-handler.sh') diff --git a/sample-cgi-handler.sh b/sample-cgi-handler.sh index 55da4a0..afd4ada 100755 --- a/sample-cgi-handler.sh +++ b/sample-cgi-handler.sh @@ -1,10 +1,5 @@ #!/bin/bash -echo "Content-type: text/html" +echo "Content-type: text/plain" echo "" -echo '' -echo 'Hello From Bash
Environment:' -echo '
'
-/usr/bin/env
-echo '
' -echo '' +echo "This is a random value from bash: $RANDOM on $(date)" exit 0 -- cgit v1.2.3