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