all repos
— cgit
@ 70546a34583923a73da6fb89c2efb85801294dc1
a hyperfast web frontend for git written in c
summary
refs
tree
log
filters/html-converters/txt2html (
view raw
)
1
#!/bin/sh
2
echo "<pre>"
3
cat
4
echo "</pre>"