Closed nobeans closed 14 years ago
if executed the following, groovyserv proceeded each line but didn't end.
$ ls | groovyclient -e "System.in.eachLine{ println it }"
fixed in v0.4
if executed the following, groovyserv proceeded each line but didn't end.
$ ls | groovyclient -e "System.in.eachLine{ println it }"