dendrite/hooks/install.sh
2017-02-02 18:28:35 +00:00

5 lines
105 B
Bash
Executable file

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