Add includes.sh

This commit is contained in:
Rob Winch 2020-07-27 13:49:57 -05:00
parent 4eb69798d5
commit 808877fa86
1 changed files with 3 additions and 0 deletions

3
includes.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
find -name build.gradle | sed -E 's#\.?/#:#g' | sed 's#:build.gradle$##' | xargs -I{} echo "include \"{}\""