mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-10 06:53:00 +00:00
5 lines
105 B
Bash
5 lines
105 B
Bash
|
#! /bin/bash
|
||
|
|
||
|
DOT_GIT="$(dirname $0)/../.git"
|
||
|
|
||
|
ln -s "../../hooks/pre-commit" "$DOT_GIT/hooks/pre-commit"
|