Execute shell script in Gradle
I have a gradle build setup at the beginning of which I want to execute a shellscript in a subdirectory that prepares my environment. task build << { } task preBuild << { println ...