8 lines
135 B
Bash
Executable file
8 lines
135 B
Bash
Executable file
---
|
|
permalink: /cgi/gitlog/index.sh
|
|
---
|
|
|
|
echo "Content-type: text/plain; charset=utf-8"
|
|
echo
|
|
cat {{ site.document_root }}/gitlog.html
|
|
|