archer-master -> gdb-master
[nethome.git] / bin / kernel / ctagskernel
1 #! /bin/bash
2 #
3 # $Id$
4 #
5 # Create 'tags' file in the current directory from its subdirectories.
6 # Use for .c & .h mix: Prototype declarations are NOT included.
7
8
9 kernelsrc|ctags --file-tags -L - "$@"