Commit Diff


commit - 14056bb4adb848fd5216a47f65895cd05d6d9063
commit + b11fcb801f7dbbcd9d175dabdfb37f2152849600
blob - d93deb65f0462932f7f2596aae0b5d0a71ea3ea7
blob + a636b9ebfe9377a35526cee992975199501b0f1d
--- resources/cgi/lets-chat
+++ resources/cgi/lets-chat
@@ -25,6 +25,8 @@ if [ "$PATH_INFO" = "" ]; then
 	echo
 	echo "=> $SCRIPT_NAME/post Post a message"
 	echo "=> $SCRIPT_NAME/log  Follow the conversation"
+	echo
+	echo "=> https://git.omarpolo.com/blog/tree/resources/cgi/lets-chat source"
 	exit 0
 fi