4 lines
105 B

  1. #! /bin/bash
  2. DOT_GIT="$(dirname $0)/../.git"
  3. ln -s "../../hooks/pre-commit" "$DOT_GIT/hooks/pre-commit"