eee2554a5a84bf3bfcc51057f9990c4d654caa29
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 Have cscope ignore symbolic...

David Blume authored 6 years ago

makecscope.sh  4) find $PWD -regex ".*\.[hcHC]\(pp\|xx\)?" -and -type f | \
David Blume first commit

David Blume authored 8 years ago

makecsope.sh   5)     grep -v " \|/generated/" > cscope.files