aboutsummaryrefslogtreecommitdiff
path: root/check/git-template-hooks.sh
blob: 42d3a69f97c8fafa76f9f23efb45812cc61b55c9 (plain) (blame)
1
2
3
for sh in git/template/hooks/*.sh ; do
    sh -n "${sh%.sh}" || exit
done