System.setIn(main.getIn());
System.setOut(main.getOut());
System.setErr(main.getErr());
Global global = net.sourceforge.htmlunit.corejs.javascript.tools.shell.Main.getGlobal();
global.setIn(main.getIn());
global.setOut(main.getOut());
global.setErr(main.getErr());
main.attachTo(
net.sourceforge.htmlunit.corejs.javascript.tools.shell.Main.shellContextFactory);
main.setScope(global);