Files
cpython/Mac/OSX/pythonw.sh
T
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

3 lines
65 B
Bash
Executable File

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