aboutsummaryrefslogtreecommitdiff
path: root/local/bin/vim-project-gen
blob: 6a50ba50673682d9404d14590488a07e657e564a (plain)
1
2
3
4
#!/bin/bash
# Generates ctags and cscope files for project.
ctags -R -f .tags
#cscope -Rbq -f .cscope.out