]> git.phdru.name Git - dotfiles.git/blobdiff - bin/find_sources.sh
.xinitrc: calculate geometry for `xclock`
[dotfiles.git] / bin / find_sources.sh
index c3111e6efb29ae3055f4549362226846678afe02..e2ecbea5fca4e33521294e234c01deae3502686f 100755 (executable)
@@ -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