Command tidy

This commit is contained in:
James Booth
2012-08-22 23:57:34 +01:00
parent 4a956d41de
commit 0f7f0a259d
2 changed files with 32 additions and 9 deletions

5
maketags.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
rm -f tags
rm -f cscope.out
ctags -R .
cscope -R -b