summaryrefslogtreecommitdiffstats
path: root/assets/deploy.sh
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2011-12-01 22:30:06 +0100
committermakefu <github@syntax-fehler.de>2011-12-01 22:30:06 +0100
commit8eab8ea6ff6f1c90e144c34f4274d957ab7a40ea (patch)
treef8375ca936c97dde87a53acfc5aa8f8254dcb59b /assets/deploy.sh
parent21119c26a137880690335f2d4e758713b58244d0 (diff)
//assets: add deploy script
update pre-commit to not automagically fix the indentation and sorting
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