about summary refs log blame commit diff stats
path: root/maketags.sh
blob: 679c71348e92c7570dca500c9d888a64c492f78d (plain) (tree)
1
2
3
4
5




                
#!/bin/sh
rm -f tags
rm -f cscope.out
ctags -R .
cscope -R -b