#!/bin/sh
cd .git/hooks
ln -s -f ../../git-hooks/pre-commit.sh ./pre-commit
cd ../..
chmod +x .git/hooks/*