From: Jack Jansen Date: Fri, 29 Mar 2002 14:15:22 +0000 (+0000) Subject: Shell script that invokes Python.app from the command line. Called pythonw X-Git-Tag: v2.3c1~6269 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab10ce6c6b4babc9beaea5270bae32346337f518;p=thirdparty%2FPython%2Fcpython.git 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 000000000000..83a9abb5f242 --- /dev/null +++ b/Mac/OSX/pythonw.sh @@ -0,0 +1,2 @@ +#!/bin/sh +exec /Applications/Python.app/Contents/MacOS/python $@