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