Files
cgit/filters/html-converters/txt2html
T
2013-05-27 21:54:16 +02:00

5 lines
41 B
Bash
Executable File

#!/bin/sh
echo "<pre>"
cat
echo "</pre>"