sql for granting web_usr roles to breedbase db. Useful when the roles get messed...
[sgn-devtools.git] / perltags
blob20b0a917fbe524adfb8f8889c8bee5e75d23202a
1 #!/bin/sh
2 rm -f TAGS;
3 find . ~/cpan-lib ~/cxgn/local-lib \( -name '*.pm' -or -name '*.pl' \) -exec etags --append -l perl -r '/[ \t]*package[ \t]*\([A-Z:a-z]+\)/\1/' {} ';'