4 lines
69 B
Bash
4 lines
69 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
ln -s ./../../.git_hooks/pre-commit .git/hooks/pre-commit
|