de73d206a8a4817be0209b65f795af5b40196ca2
David Blume first commit

David Blume authored 8 years ago

1) #/bin/bash
2) set -eu -o pipefail # See: https://sipb.mit.edu/doc/safe-shell/
3) 
4) find $PWD -regex ".*\.[hcHC]\(pp\|xx\)?" | \
5)     grep -v " \|/generated/" > cscope.files