From b7276cdf71d807f4ccdb8b52a309b2b943e31bab Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 31 Jul 2002 13:15:59 +0000 Subject: Implemented starting Python in a terminal window. The implementation isn't optimal, especially if Terminal wasn't running yet, but it works. --- Mac/OSX/PythonLauncher/doscript.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Mac/OSX/PythonLauncher/doscript.h (limited to 'Mac/OSX/PythonLauncher/doscript.h') diff --git a/Mac/OSX/PythonLauncher/doscript.h b/Mac/OSX/PythonLauncher/doscript.h new file mode 100644 index 0000000000..eef0b5641f --- /dev/null +++ b/Mac/OSX/PythonLauncher/doscript.h @@ -0,0 +1,12 @@ +/* + * doscript.h + * PythonLauncher + * + * Created by Jack Jansen on Wed Jul 31 2002. + * Copyright (c) 2002 __MyCompanyName__. All rights reserved. + * + */ + +#include + +extern int doscript(const char *command); \ No newline at end of file -- cgit v1.2.1