Explorar el Código

Add includes.sh

Rob Winch hace 5 años
padre
commit
808877fa86
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      includes.sh

+ 3 - 0
includes.sh

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