Running the Bjorne shell as a command
Project: | JNode Shell |
Component: | Code |
Category: | task |
Priority: | normal |
Assigned: | Stephen Crawley |
Status: | active |
Description
Peter and gchii brought up the issue that the Bjorne interpreter should be invokable as a JNode command. For example, as
Runtime.exec("bjorne", "-c", "sort < list.txt > sorted-list.txt");
Two things are required to make this work:
- A command class for the Bjorne interpreter. It is currently only usable as an embedded interpreter within the CommandShell.
- Infrastructure to make Runtime.exec(...) and friends work on JNode. I think that the desired behavior would be to run the command using the current CommandInvoker.
- Login to post comments