Add comment to explain what the script is about

This commit is contained in:
flyingscorpio@arch-desktop 2020-09-03 17:33:37 +02:00
parent 95e423da58
commit 22f8691cc7

View file

@ -1,4 +1,5 @@
#!/bin/sh
# Handy script to symlink version controlled hooks (from git_hooks/) to .git/hooks
HOOK_DIR=$(git rev-parse --show-toplevel)/.git/hooks
for hook in "$(git rev-parse --show-toplevel)"/git_hooks/*; do