Shell script that invokes Python.app from the command line. Called pythonw

because of similarity to the same program on Windows.
This commit is contained in:
Jack Jansen 2002-03-29 14:15:22 +00:00
parent 1f7df3595a
commit ab10ce6c6b
1 changed files with 2 additions and 0 deletions

2
Mac/OSX/pythonw.sh Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
exec /Applications/Python.app/Contents/MacOS/python $@