Search Results

1
vote

Running a script from Groovy

Groovy added an execute() method to plain old String, so try this: println "ls -la".execute().text …