1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-07 18:04:15 -04:00
profanity/maketags.sh

6 lines
62 B
Bash
Raw Normal View History

2012-08-22 18:57:34 -04:00
#!/bin/sh
rm -f tags
rm -f cscope.out
ctags -R .
cscope -R -b