Hi, I want to execute a git command in all directo...
# scripting
l
Hi, I want to execute a git command in all directories inside a certain folder, but I can't find how to navigate in the directory to execute the command.
n
all you need to adjust is the FIle passed to workingDir
and maybe make it a extension function on Array<String> so oyu have better control over arguments
apart from that i suspect the normally executing commands will probably run them in
user.dir
or maybe some other system property that you could override
l
Ok thanks, I'll check it out when I got time