Mailing List Archive

CVS: python/dist/src/Mac/OSX pythonw.sh,NONE,1.1
Update of /cvsroot/python/python/dist/src/Mac/OSX
In directory usw-pr-cvs1:/tmp/cvs-serv19322

Added Files:
pythonw.sh
Log Message:
Shell script that invokes Python.app from the command line. Called pythonw
because of similarity to the same program on Windows.


--- NEW FILE: pythonw.sh ---
#!/bin/sh
exec /Applications/Python.app/Contents/MacOS/python $@