]> git.phdru.name Git - dotfiles.git/blob - bin/find_sources.sh
Set LESS_TERMCAP_* for light and dark backgrounds
[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