On Tue, Mar 20, 2012 at 11:47:38AM +0000, Frank Church wrote:
On 20 March 2012 10:47, S Krish <krishnamachari.sudhakar@gmail.com> wrote:
CommandShell package..?
On 3/20/12, St?phane Ducasse <stephane.ducasse@inria.fr> wrote:
With OSProcess you can invoke shell.
Now so far we do not have an interpreter for bash
Stef
On Mar 20, 2012, at 10:02 AM, Frank Church wrote:
Is there a package for running bash shells in a Smalltalk workspace?
-- Frank Church
I am thinking more along the lines of an embedded shell window, like an ActiveX control that runs a terminal window in the workspace, and can have commands sent to it.
See CommandShell. The shell is written in Smalltalk, but you it also provides a PipeableOSProcess if you prefer to send commands to an actual bash program. Dave