all repos
— cgit
@ 027e88a1a150cd468943cda3a4b8e6bd6e662376
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>"