diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-03-29 14:15:22 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-03-29 14:15:22 (GMT) |
commit | ab10ce6c6b4babc9beaea5270bae32346337f518 (patch) | |
tree | 9c122f4506ad16ff5934f80fb2eab023fc6c4cb0 /Mac | |
parent | 1f7df3595a0ddc5ef545d686bbb2933b11b7c8ce (diff) | |
download | cpython-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-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 $@ |