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