David Blume's GitList
Repositories
testcode.git
Code
Commits
Branches
Tags
Search
Tree:
6c9321d
Branches
Tags
c++11
main
start
testcode.git
makecsope.sh
first commit
David Blume
commited
6c9321d
at 2015-11-07 22:13:58
makecsope.sh
Blame
History
Raw
#/bin/bash set -eu -o pipefail # See: https://sipb.mit.edu/doc/safe-shell/ find $PWD -regex ".*\.[hcHC]\(pp\|xx\)?" | \ grep -v " \|/generated/" > cscope.files cscope -q -b