commit | ab10ce6c6b4babc9beaea5270bae32346337f518 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Fri Mar 29 14:15:22 2002 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Fri Mar 29 14:15:22 2002 +0000 |
tree | 9c122f4506ad16ff5934f80fb2eab023fc6c4cb0 | |
parent | 1f7df3595a0ddc5ef545d686bbb2933b11b7c8ce [diff] [blame] |
Shell script that invokes Python.app from the command line. Called pythonw because of similarity to the same program on Windows.
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 $@