3
0
mirror of https://github.com/grafana/grafana.git synced 2025-02-25 18:55:37 -06:00
grafana/symlink_git_hooks.sh
2016-01-21 14:39:32 +01:00

6 lines
97 B
Bash
Executable File

#/bin/bash
#ln -s -f .hooks/* .git/hooks/
cd .git/hooks/
cp --symbolic-link -f ../../.hooks/* .