#!/usr/bin/env bash set -o errexit main() { if [[ -x .git/hooks/ctags ]]; then .git/hooks/ctags &>/dev/null & fi } main "${@}"