feat(hooks): improve symlinks script

This commit is contained in:
bergquist
2016-01-21 14:39:32 +01:00
parent 08f02397b6
commit dfd4fbc566

View File

@@ -1,3 +1,5 @@
#/bin/bash #/bin/bash
ln -s -f .hooks/* .git/hooks/ #ln -s -f .hooks/* .git/hooks/
cd .git/hooks/
cp --symbolic-link -f ../../.hooks/* .