5 lines
59 B
Bash
5 lines
59 B
Bash
![]() |
#!/bin/sh
|
||
|
|
||
|
rm -Rf .git/hooks
|
||
|
ln -s ../.githooks .git/hooks
|