X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bin%2Ffind_sources.sh;h=e2ecbea5fca4e33521294e234c01deae3502686f;hb=7c8abf339f6f103cf25d5f6c0d80bc6ae8ed75b6;hp=c3111e6efb29ae3055f4549362226846678afe02;hpb=9a527adf943c0c76f91f97dc0842e750c1cebdec;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