Page MenuHomeWickedGov Phorge

pygmentize
No OneTemporary

Size
358 B
Referenced Files
None
Subscribers
None

pygmentize

#!/bin/sh
# Wrapper for calling `pygmentize` via Shellbox.
#
# Blubber places Python libraries in a non-standard location which requires
# adjusting the PYTHONPATH environment variable to access.
export PYTHONUNBUFFERED=1
export PYTHONDONTWRITEBYTECODE=1
export PYTHONPATH=/opt/lib/python/site-packages
exec /opt/lib/python/site-packages/bin/pygmentize "$@"

File Metadata

Mime Type
text/x-shellscript
Expires
Fri, Jul 3, 16:54 (16 h, 10 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
0f/14/206b50dfc3f33ac5a5036b3fd64c
Default Alt Text
pygmentize (358 B)

Event Timeline