summaryrefslogtreecommitdiffstats
path: root/assets/deploy.sh
diff options
context:
space:
mode:
Diffstat (limited to 'assets/deploy.sh')
-rwxr-xr-xassets/deploy.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/deploy.sh b/assets/deploy.sh
new file mode 100755
index 00000000..defad49c
--- /dev/null
+++ b/assets/deploy.sh
@@ -0,0 +1,3 @@
+#!/bin/sh
+HERE=$(dirname $(readlink -f $0))
+ln -snf $HERE/hooks/pre-commit $HERE/../db/.git/hooks/pre-commit