Skip to content

Instantly share code, notes, and snippets.

@goncha
Created July 12, 2013 04:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goncha/5981533 to your computer and use it in GitHub Desktop.
Save goncha/5981533 to your computer and use it in GitHub Desktop.
cgit's about-filter, to render text file with line breaks
#!/usr/bin/env perl
print "<pre>\n";
while (<STDIN>) { print; }
print "</pre>\n";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment