From: Oleg Broytman Date: Fri, 31 Jan 2014 11:11:52 +0000 (+0400) Subject: Add find_sources.sh: find files pruning VCS directories X-Git-Url: https://git.phdru.name/?p=dotfiles.git;a=commitdiff_plain;h=9a527adf943c0c76f91f97dc0842e750c1cebdec Add find_sources.sh: find files pruning VCS directories --- diff --git a/bin/find_sources.sh b/bin/find_sources.sh new file mode 100755 index 0000000..c3111e6 --- /dev/null +++ b/bin/find_sources.sh @@ -0,0 +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