aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsandbox4
1 files changed, 4 insertions, 0 deletions
diff --git a/sandbox b/sandbox
index a249562..acfdc55 100755
--- a/sandbox
+++ b/sandbox
@@ -30,6 +30,10 @@ else
git init
git add .
git commit -m "Initial import"
+
+ if which git-hooks &> /dev/null; then
+ git hooks --install
+ fi
)
fi