cpython/Mac/OSX/pythonw.sh
Jack Jansen ab10ce6c6b Shell script that invokes Python.app from the command line. Called pythonw
because of similarity to the same program on Windows.
2002-03-29 14:15:22 +00:00

2 lines
65 B
Bash
Executable file

#!/bin/sh
exec /Applications/Python.app/Contents/MacOS/python $@