#!/usr/bin/env bash

cd $(git rev-parse --git-dir)
cd hooks

echo "Installing hooks..."
ln -fs ../../.githooks/pre-commit pre-commit
echo "Done!"
