]> git.cameronkatri.com Git - cgit.git/blob - filters/html-converters/txt2html
filters: import more modern scripts
[cgit.git] / filters / html-converters / txt2html
1 #!/bin/sh
2 echo "<pre>"
3 cat
4 echo "</pre>"