1
0
Fork 0
mirror of https://github.com/KingDuckZ/dindexer.git synced 2025-02-16 11:35:49 +00:00
dindexer/cscope_gen.sh

6 lines
264 B
Bash
Raw Normal View History

2016-02-17 08:53:41 +01:00
#!/usr/bin/env bash
find . \( -path './action_skel_code' -prune -o -path './.git' -prune -o -path './lib' -prune -o -path '*/gtest' -prune -o -name '*.cpp' -o -name '*.inl' -o -name '*.hpp' -o -name '*.h' -o -name '*.c' \) -a -type f > cscope.files
cscope -b -q