kobo / groovyserv

Groovy's startup acceralator.
http://kobo.github.io/groovyserv/
Other
98 stars 10 forks source link

'ls | groovyclient -e "System.in.eachLine{ println it }"' dosen't work #4

Closed nobeans closed 14 years ago

nobeans commented 14 years ago

if executed the following, groovyserv proceeded each line but didn't end.

$ ls | groovyclient -e "System.in.eachLine{ println it }"

nobeans commented 14 years ago

fixed in v0.4