Guest User

Untitled

a guest
Nov 23rd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. cp ./hooks/pre-commit-node.sh ../.git/hooks/pre-commit
  4.  
  5. chmod +x ../.git/hooks/pre-commit
  6.  
  7. echo "pre-commit 安装成功!"
Add Comment
Please, Sign In to add comment