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/* .