Skip to content

Commit

Permalink
add pygmentise
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Wong committed Aug 19, 2012
1 parent 9088db5 commit 76b395d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pygmentise
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env python

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

0 comments on commit 76b395d

Please sign in to comment.