MOved them.

This commit is contained in:
Bruce Momjian 1996-10-03 17:27:48 +00:00
parent f5316239b8
commit 25ffb8965f
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
#!/bin/sh
trap "rm -f /tmp/$$" 0 1 2 3 15
rm -f ./tags
find `pwd`/ -type f -name '*.[chyl]' -print|xargs ctags -t -a -f tags
sort tags >/tmp/$$ && mv /tmp/$$ tags
find . -type d -print |while read DIR
do
[ "$DIR" != "." ] && ln -f -s `pwd`/tags $DIR/tags
done