neb/tools/repo/install-git-hooks.sh
2023-10-22 22:06:22 +02:00

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