--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/jdk/test/sun/tools/jrunscript/hello.js Sat Dec 01 00:00:00 2007 +0000 @@ -0,0 +1,7 @@ +/* + * + * + * This is the test JavaScript program used in jrunscript-f.sh + */ + +println('hello');