summaryrefslogtreecommitdiff
path: root/scripts/tagit
blob: bf11a1ec28d6759dda4ebdeed9afe2c5f890a870 (plain)
1
2
3
4
5
6
7
#!/bin/sh

FILES=`find . -type f -regex ".*\.[chS]\|.*\.cpp"`

echo running ctags
exuberant-ctags $FILES