Commit ab10ce6c authored by Jack Jansen's avatar Jack Jansen

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

because of similarity to the same program on Windows.
parent 1f7df359
#!/bin/sh
exec /Applications/Python.app/Contents/MacOS/python $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment