ab741caef85379f0177a546b113011a256977aac
David Blume first commit

David Blume authored 8 years ago

makecsope.sh   1) #/bin/bash
makecsope.sh   2) set -eu -o pipefail # See: https://sipb.mit.edu/doc/safe-shell/
makecsope.sh   3) 
David Blume Update way to make cscope.f...

David Blume authored 6 years ago

makecscope.sh  4) find $PWD -path '*/generated' -prune -or \
makecscope.sh  5)     -regex ".*\.[hcHC]\(pp\|xx\)?" -type f -printf '%P\n' > cscope.files