aboutsummaryrefslogtreecommitdiff
path: root/sample-cgi-handler.sh
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-01-08 17:25:44 +0000
committerJulio Capote <jcapote@gmail.com>2023-01-08 17:25:44 +0000
commit7fc4591459dd36a34c0c8b55f5efd0e47de39c73 (patch)
tree67e53832d8611c2dd182d7a6956c516ae88df2dc /sample-cgi-handler.sh
parentf064fb24429854a2b1cb6d19050ae44f2cffb306 (diff)
downloadcommunique-7fc4591459dd36a34c0c8b55f5efd0e47de39c73.tar.gz
document config
Diffstat (limited to '')
-rwxr-xr-xsample-cgi-handler.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample-cgi-handler.sh b/sample-cgi-handler.sh
index 11bae71..35e89ae 100755
--- a/sample-cgi-handler.sh
+++ b/sample-cgi-handler.sh
@@ -3,7 +3,7 @@ echo "Content-type: application/atom+xml"
echo ""
echo '<feed xmlns="http://www.w3.org/2005/Atom">
<entry>
- <content>alkfjaiasdfaslasjf</content>
+ <content>example content</content>
</entry>
</feed>'
exit 0