File: pygmentize

package info (click to toggle)
pygments 0.5.1-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,776 kB
  • ctags: 3,400
  • sloc: ansic: 10,354; python: 8,398; xml: 7,407; ruby: 6,789; cpp: 4,263; perl: 4,164; pascal: 2,174; java: 1,741; php: 248; cs: 225; makefile: 83
file content (4 lines) | stat: -rwxr-xr-x 85 bytes parent folder | download
1
2
3
4
#!/usr/bin/env python

import sys, pygments
sys.exit(pygments.cmdline_main(sys.argv))