Skip to content

Instantly share code, notes, and snippets.

@toc21c
Created April 14, 2014 07:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toc21c/10625787 to your computer and use it in GitHub Desktop.
Save toc21c/10625787 to your computer and use it in GitHub Desktop.
#!/bin/sh
rm -rf cscope.files cscope.files
find . \( -name '*.c' -o -name '*.cpp' -o -name '*.cc' -o -name '*.h' -o -name '*.s' -o -name '*.S' \) -print > cscope.files
cscope -i cscope.files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment