commands.put("run", run.setContext(context).setHelp("run <script-file>" ) );
ExecuteCommand exec = new ExecuteCommand(commands);
run.setExecuteCommand(exec);
HistoryDecorator command = new HistoryDecorator(exec, readHistory(context));
context.addFrameworkListener(command);
context.addBundleListener(command);
m_history = command;
commands.put("history", new HistoryCommand(command).setContext(context).setHelp(