#!/bin/bash
# Git post-commit hook that re-indexes the tokensave after each commit.
#
# Install globally:
# git config --global core.hooksPath ~/.git-hooks
# cp scripts/post-commit ~/.git-hooks/post-commit
# chmod +x ~/.git-hooks/post-commit
#
# Install per-repo:
# cp scripts/post-commit .git/hooks/post-commit
# chmod +x .git/hooks/post-commit
if && [; then
&
fi