symlink_git_hooks.sh 97 B

12345
  1. #/bin/bash
  2. #ln -s -f .hooks/* .git/hooks/
  3. cd .git/hooks/
  4. cp --symbolic-link -f ../../.hooks/* .