1
0
Fork 0
mirror of https://github.com/matrix-org/gomatrix synced 2025-06-07 15:23:24 +00:00
gomatrix/hooks/install.sh
2016-11-29 16:44:19 +00:00

5 lines
No EOL
105 B
Bash
Executable file

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