summaryrefslogtreecommitdiff
path: root/pygmentize
diff options
context:
space:
mode:
authorgbrandl <devnull@localhost>2006-10-19 20:27:28 +0200
committergbrandl <devnull@localhost>2006-10-19 20:27:28 +0200
commitf4d019954468db777760d21f9243eca8b852c184 (patch)
tree328b8f8fac25338306b0e7b827686dcc7597df23 /pygmentize
downloadpygments-f4d019954468db777760d21f9243eca8b852c184.tar.gz
[svn] Name change, round 4 (rename SVN root folder).
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