Skip to content

Instantly share code, notes, and snippets.

@jeffmaury
Created July 10, 2019 13:38
def bout = new ByteArrayOutputStream()
def out = new PrintStream(bout)
"ls -l /qa/tools/opt/openjdk11_last".execute().waitForProcessOutput( out, System.err )
println(out)
println(bout)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment