mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-06 14:33:10 -06:00
5 lines
105 B
Bash
Executable file
5 lines
105 B
Bash
Executable file
#! /bin/bash
|
|
|
|
DOT_GIT="$(dirname $0)/../.git"
|
|
|
|
ln -s "../../hooks/pre-commit" "$DOT_GIT/hooks/pre-commit" |