Files
wren/script
Bob Nystrom b89aac569b fix: change shebang from /usr/bin/python to /usr/bin/env python in generate scripts
Update the shebang line in both generate_corelib.py and generate_docs.py scripts to use
/usr/bin/env python instead of hardcoded /usr/bin/python, improving portability across
different Python installations and virtual environments.
2014-02-01 00:40:17 +00:00
..