标签: groovy
如何从给定目录执行进程。
我需要:
final File temp = File.createTempFile(“temp”,Long.toString(System.nanoTime()))。mkdir();
“git init”.execute()