diff options
author | Julio Capote <jcapote@gmail.com> | 2023-01-08 17:25:44 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-01-08 17:25:44 +0000 |
commit | 7fc4591459dd36a34c0c8b55f5efd0e47de39c73 (patch) | |
tree | 67e53832d8611c2dd182d7a6956c516ae88df2dc /sample-cgi-handler.sh | |
parent | f064fb24429854a2b1cb6d19050ae44f2cffb306 (diff) | |
download | communique-7fc4591459dd36a34c0c8b55f5efd0e47de39c73.tar.gz |
document config
Diffstat (limited to '')
-rwxr-xr-x | sample-cgi-handler.sh | 2 |
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 |