blob: bf11a1ec28d6759dda4ebdeed9afe2c5f890a870 [file] [log] [blame]
Travis Geiselbrecht1d0df692008-09-01 02:26:09 -07001#!/bin/sh
2
3FILES=`find . -type f -regex ".*\.[chS]\|.*\.cpp"`
4
5echo running ctags
6exuberant-ctags $FILES
7