]> git.phdru.name Git - dotfiles.git/blob - bin/find_sources.sh
Add find_sources.sh: find files pruning VCS directories
[dotfiles.git] / bin / find_sources.sh
1 #! /bin/sh
2
3 exec cgmem_nice 100 \
4 find . \( -type d \( -name CVS -o -name .git -o -name .hg -o -name .svn \) -prune \) -o -type f -print