File: pygmentize

package info (click to toggle)
pygments 1.3.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,648 kB
  • ctags: 2,184
  • sloc: python: 20,142; makefile: 84; sh: 30
file content (7 lines) | stat: -rwxr-xr-x 145 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#!/usr/bin/env python

import sys, pygments.cmdline
try:
    sys.exit(pygments.cmdline.main(sys.argv))
except KeyboardInterrupt:
    sys.exit(1)