summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-03-29 14:15:22 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-03-29 14:15:22 (GMT)
commitab10ce6c6b4babc9beaea5270bae32346337f518 (patch)
tree9c122f4506ad16ff5934f80fb2eab023fc6c4cb0 /Mac
parent1f7df3595a0ddc5ef545d686bbb2933b11b7c8ce (diff)
downloadcpython-ab10ce6c6b4babc9beaea5270bae32346337f518.zip
cpython-ab10ce6c6b4babc9beaea5270bae32346337f518.tar.gz
cpython-ab10ce6c6b4babc9beaea5270bae32346337f518.tar.bz2
Shell script that invokes Python.app from the command line. Called pythonw
because of similarity to the same program on Windows.
Diffstat (limited to 'Mac')
-rwxr-xr-xMac/OSX/pythonw.sh2
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 $@