X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bin%2Ffind_sources.sh;h=e2ecbea5fca4e33521294e234c01deae3502686f;hb=d711fa89e534b28efa8c95139b852c1210b20c5c;hp=c3111e6efb29ae3055f4549362226846678afe02;hpb=cc3973ec26b36ef37e1737d276bc6568bbaf19de;p=dotfiles.git diff --git a/bin/find_sources.sh b/bin/find_sources.sh index c3111e6..e2ecbea 100755 --- a/bin/find_sources.sh +++ b/bin/find_sources.sh @@ -1,4 +1,4 @@ #! /bin/sh exec cgmem_nice 100 \ -find . \( -type d \( -name CVS -o -name .git -o -name .hg -o -name .svn \) -prune \) -o -type f -print +find . \( \( -name CVS -o -name .git -o -name .hg -o -name .svn \) -type d -prune \) -o -type f -print