Details
-
Bug
-
Resolution: Fixed
-
P3
-
8
-
None
-
b105
-
generic
-
generic
Description
Say for example:
jjs foo.js bar.js -
would evaluate 'foo.js' and 'bar.js' scripts and then enter into interactive mode. This is very useful to test third party scripts by loading scripts and trying out functions by interactive mode. Currently user has to call load function multiple times inside interactive shell.
jjs foo.js bar.js -
would evaluate 'foo.js' and 'bar.js' scripts and then enter into interactive mode. This is very useful to test third party scripts by loading scripts and trying out functions by interactive mode. Currently user has to call load function multiple times inside interactive shell.