From 15100eea816bb6856a69a0ec011762790ac22602 Mon Sep 17 00:00:00 2001 From: wolfy Date: Wed, 30 Mar 2022 23:41:00 -0600 Subject: [PATCH] added setup script for githooks --- scripts/setup_githooks.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 scripts/setup_githooks.sh diff --git a/scripts/setup_githooks.sh b/scripts/setup_githooks.sh new file mode 100644 index 000000000..2ea8d3b13 --- /dev/null +++ b/scripts/setup_githooks.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +ln -sf .githooks/* .git/hooks/ \ No newline at end of file