X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=bin%2Ffind_home.sh;h=f868059b010922fe4efb4441c59506f6bbc3e540;hb=7ba9017ba0901c03c5337f8df1c6f30d291e2f81;hp=5d4ed2ead96e3a0e88d10a008cd07cb59139daab;hpb=fc0030efb11c0ff84fd1465decef4763fd3d4539;p=dotfiles.git diff --git a/bin/find_home.sh b/bin/find_home.sh index 5d4ed2e..f868059 100755 --- a/bin/find_home.sh +++ b/bin/find_home.sh @@ -1,4 +1,4 @@ #! /bin/sh cd "$HOME" && exec cgmem_nice 100 \ -find . \( \( -name CVS -o -name .git -o -name .hg -o -name .svn -o -path ./.cache/chromium/\* -o -path ./.cache/mozilla/\* -o -path ./Internet/WWW/htdocs/doc/\* -o -path ./archive/STORE/\* -o -path ./current/Bregis/nobackup/\* -o -path ./media/\* -o -path ./mnt/\*\* \) -type d -prune \) -o -type f "$@" -print 2>/dev/null +find . \( \( -name CVS -o -name .git -o -name .hg -o -name .svn -o -path ./.cache/chromium/\* -o -path ./.cache/mozilla/\* -o -path ./Internet/WWW/htdocs/doc/\* -o -path ./archive/STORE/\* -o -path ./media/\* -o -path ./mnt/\*\* -o -path ./tmp/\* \) -type d -prune \) -o -type f "$@" -print 2>/dev/null