mirror of
https://github.com/python/cpython.git
synced 2024-11-24 08:52:25 +01:00
ab10ce6c6b
because of similarity to the same program on Windows.
3 lines
65 B
Bash
Executable File
3 lines
65 B
Bash
Executable File
#!/bin/sh
|
|
exec /Applications/Python.app/Contents/MacOS/python $@
|