aboutsummaryrefslogtreecommitdiff
path: root/check/git-template-hooks.sh
diff options
context:
space:
mode:
Diffstat (limited to 'check/git-template-hooks.sh')
-rw-r--r--check/git-template-hooks.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/check/git-template-hooks.sh b/check/git-template-hooks.sh
new file mode 100644
index 00000000..42d3a69f
--- /dev/null
+++ b/check/git-template-hooks.sh
@@ -0,0 +1,3 @@
+for sh in git/template/hooks/*.sh ; do
+ sh -n "${sh%.sh}" || exit
+done