Command tidy
This commit is contained in:
5
maketags.sh
Executable file
5
maketags.sh
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
rm -f tags
|
||||
rm -f cscope.out
|
||||
ctags -R .
|
||||
cscope -R -b
|
||||
Reference in New Issue
Block a user