#!/bin/bash

set -e

cd .git/hooks
ln -sf ../../git-hooks/* ./
