Add two gitlog cgi scriptsd for the cgi and lib directory.
This commit is contained in:
parent
cba8604d0e
commit
03abc8f63d
3 changed files with 17 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
permalink: /cgi/gitlog/index.sh
|
||||
---
|
||||
|
||||
echo "Content-type: text/plain; charset=utf-8"
|
||||
echo "Content-type: text/html; charset=utf-8"
|
||||
echo
|
||||
cat {{ site.document_root }}/gitlog.html
|
||||
|
||||
|
|
|
|||
8
gitlog_cgi/gitlog_cgi.sh
Executable file
8
gitlog_cgi/gitlog_cgi.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
permalink: /cgi/gitlog_cgi/index.sh
|
||||
---
|
||||
|
||||
echo "Content-type: text/html; charset=utf-8"
|
||||
echo
|
||||
cat {{ site.document_root }}/gitlog_cgi.html
|
||||
|
||||
8
gitlog_lib/gitlog_lib.sh
Executable file
8
gitlog_lib/gitlog_lib.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
permalink: /cgi/gitlog_lib/index.sh
|
||||
---
|
||||
|
||||
echo "Content-type: text/html; charset=utf-8"
|
||||
echo
|
||||
cat {{ site.document_root }}/gitlog_lib.html
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue