[Python-checkins] CVS: python/dist/src/Mac/OSX pythonw.sh,NONE,1.1

Jack Jansen jackjansen@users.sourceforge.net
Fri, 29 Mar 2002 06:15:24 -0800


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 $@