1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-23 21:45:30 +00:00
profanity/maketags.sh
2012-08-22 23:57:34 +01:00

6 lines
62 B
Bash
Executable File

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