4 lines
No EOL
95 B
Bash
Executable file
4 lines
No EOL
95 B
Bash
Executable file
#!/bin/sh
|
|
|
|
[ -d ".git/hooks" ] || mkdir .git/hooks
|
|
ln tools/repo/check.sh .git/hooks/pre-commit |