Skip to content

Instantly share code, notes, and snippets.

@saghaulor
Last active August 29, 2015 14:16
Show Gist options
  • Save saghaulor/01fcb1fb34c26292a4aa to your computer and use it in GitHub Desktop.
Save saghaulor/01fcb1fb34c26292a4aa to your computer and use it in GitHub Desktop.
#!/bin/sh
set -e
PATH="/usr/local/bin:$PATH"
ctags --tag-relative=yes --extra=+fq --append=no --languages-sql --exclude=.git --exclude=tmp --exclude=log --exclude=public/javascripts/translations --exclude=.bundle/bin -eRf .git/tags
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment