add pip bins
This commit is contained in:
parent
7644adfe64
commit
f913e5f4e5
2 changed files with 21 additions and 0 deletions
11
local/bin/pygmentize
Executable file
11
local/bin/pygmentize
Executable file
|
@ -0,0 +1,11 @@
|
|||
#!/usr/bin/python3.4
|
||||
|
||||
# -*- coding: utf-8 -*-
|
||||
import re
|
||||
import sys
|
||||
|
||||
from pygments.cmdline import main
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0])
|
||||
sys.exit(main())
|
Loading…
Add table
Add a link
Reference in a new issue