Files
spring-ldap-samples/sync-gradle-properties.sh
2024-10-07 12:07:20 -06:00

4 lines
109 B
Bash
Executable File

#!/bin/sh
find -mindepth 2 -name build.gradle | xargs -I {} sh -c "dirname {} | xargs cp gradle.properties"