4 lines
111 B
Bash
Executable File
4 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
|
|
find . -mindepth 2 -name build.gradle | xargs -I {} sh -c "dirname {} | xargs cp gradle.properties"
|