0
0
mirror of https://github.com/python/cpython.git synced 2024-11-24 08:52:25 +01:00
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

3 lines
65 B
Bash
Executable File

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