summaryrefslogtreecommitdiff
path: root/pygmentize
diff options
context:
space:
mode:
Diffstat (limited to 'pygmentize')
-rwxr-xr-xpygmentize4
1 files changed, 4 insertions, 0 deletions
diff --git a/pygmentize b/pygmentize
new file mode 100755
index 00000000..c316500a
--- /dev/null
+++ b/pygmentize
@@ -0,0 +1,4 @@
+#!/usr/bin/env python
+
+import sys, pygments
+sys.exit(pygments.cmdline_main(sys.argv)) \ No newline at end of file