#! /bin/sh

find -maxdepth 1 -type f -and "(" -name "*.c" -or -name "*.h" ")" -and -not "(" -name "w32*" -o -name "dos*" -o -name "vms*" ")" | xargs etags

