]> granicus.if.org Git - python/commitdiff
Shell script that invokes Python.app from the command line. Called pythonw
authorJack Jansen <jack.jansen@cwi.nl>
Fri, 29 Mar 2002 14:15:22 +0000 (14:15 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Fri, 29 Mar 2002 14:15:22 +0000 (14:15 +0000)
because of similarity to the same program on Windows.

Mac/OSX/pythonw.sh [new file with mode: 0755]

diff --git a/Mac/OSX/pythonw.sh b/Mac/OSX/pythonw.sh
new file mode 100755 (executable)
index 0000000..83a9abb
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/sh
+exec /Applications/Python.app/Contents/MacOS/python $@