#!/bin/bash

RELEASE=$(cd $(dirname $0)/.. && pwd)

ln -fs ${RELEASE}/git-hooks/pre-commit ${RELEASE}/.git/hooks/pre-commit
