mirror of
https://github.com/matrix-org/gomatrix
synced 2025-06-07 15:23:24 +00:00
5 lines
No EOL
105 B
Bash
Executable file
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" |