blob: 0ef8affd8bb0b562d42c079d38dcdee4f089f856 [file] [log] [blame]
import org.eclipse.dltk.rhino.dbgp.DefaultRhinoRunner;
public class RhinoRunner {
public static void main(String[] args) {
new DefaultRhinoRunner().run(args);
}
}