From 5c10762903b22a5687116215c236c84b783137d5 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sat, 10 Feb 2024 19:23:00 +0100 Subject: [PATCH] Added gitlog cgi. --- gitlog/gitlog.sh | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 gitlog/gitlog.sh diff --git a/gitlog/gitlog.sh b/gitlog/gitlog.sh new file mode 100755 index 0000000..16c66b4 --- /dev/null +++ b/gitlog/gitlog.sh @@ -0,0 +1,8 @@ +--- +permalink: /cgi/gitlog/index.sh +--- + +echo "Content-type: text/plain" +echo +cat /var/www/xw3.org/www/htdocs/gitlog.html +