#!/bin/sh
/usr/local/bin/ctags -R --exclude=.git --exclude=log --exclude='*.js' -f ../../.tags *
