Skip to content

Instantly share code, notes, and snippets.

View GitBubble's full-sized avatar

Angelina Lang GitBubble

View GitHub Profile
@GitBubble
GitBubble / configcsope.sh
Created May 29, 2018 12:32
cscope .confg
#!/bin/sh
find . -name "*.h" -o -name "*.c" -o -name "*.cc" -o -name "*.cc" -o -name "*.cpp" > cscope.files
cscope -Rbkq -i cscope.files