about summary refs log tree commit diff stats
path: root/maketags.sh
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-08-22 23:57:34 +0100
committerJames Booth <boothj5@gmail.com>2012-08-22 23:57:34 +0100
commit0f7f0a259df6d3036377ea922d75ffbb9564dfaa (patch)
treea83a12f45343de6e8c5fad2da1724c597fcd4a55 /maketags.sh
parent4a956d41def970982673be7056b95604f8ff86e4 (diff)
downloadprofani-tty-0f7f0a259df6d3036377ea922d75ffbb9564dfaa.tar.gz
Command tidy
Diffstat (limited to 'maketags.sh')
-rwxr-xr-xmaketags.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/maketags.sh b/maketags.sh
new file mode 100755
index 00000000..679c7134
--- /dev/null
+++ b/maketags.sh
@@ -0,0 +1,5 @@
+#!/bin/sh
+rm -f tags
+rm -f cscope.out
+ctags -R .
+cscope -R -b