5 lines
86 B
Bash
5 lines
86 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
cp contrib/pre-commit .git/hooks/pre-commit
|
||
|
chmod +x .git/hooks/pre-commit
|