3 lines
94 B
Text
3 lines
94 B
Text
|
|
r = callJava["java.lang.Runtime", "getRuntime"]
|
||
|
|
println[read[r.exec["dir"].getInputStream[]]]
|