1#!/bin/sh
2#
3# This generates the tags file for vim or emacs. (vim -t igbinary_serialize8)
4#
5# Try with "vim -t igbinary_serialize8"
6#
7
8find . -name "*.h" -o -name "*.c" | ctags-exuberant --language-force=c -L -
9