Skip to content

Commit

Permalink
includes sorts
Browse files Browse the repository at this point in the history
  • Loading branch information
rwinch committed Jul 29, 2020
1 parent 1077d2c commit 7c3535b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

find -name build.gradle | sed -E 's#\.?/#:#g' | sed 's#:build.gradle$##' | xargs -I{} echo "include \"{}\""
find -name "build.gradle*" | sed -E 's#\.?/#:#g' | sed 's#:build.gradle.*$##' | xargs -I{} echo "include \"{}\"" | sort

0 comments on commit 7c3535b

Please sign in to comment.