mirror of
https://github.com/thegeeklab/drone-matrix.git
synced 2024-11-16 15:40:39 +00: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" |