diff options
-rwxr-xr-x | Mac/OSX/pythonw.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Mac/OSX/pythonw.sh b/Mac/OSX/pythonw.sh new file mode 100755 index 0000000..83a9abb --- /dev/null +++ b/Mac/OSX/pythonw.sh @@ -0,0 +1,2 @@ +#!/bin/sh +exec /Applications/Python.app/Contents/MacOS/python $@ |