]> git.phdru.name Git - dotfiles.git/blob - bin/find_sources.sh
Feat(recode-filenames-recursive): Allow to omit parameters
[dotfiles.git] / bin / find_sources.sh
1 #! /bin/sh
2
3 exec cgmem_nice 100 \
4 find . \( \( -name CVS -o -name .git -o -name .hg -o -name .svn \) -type d -prune \) -o -type f -print