From fe04ad47c9abf843cb6f64176981325a5b05f074 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 4 Jun 2026 16:38:54 -0400 Subject: Add tests and fix research tools --- scripts/install-git-hooks.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/install-git-hooks.sh (limited to 'scripts/install-git-hooks.sh') diff --git a/scripts/install-git-hooks.sh b/scripts/install-git-hooks.sh new file mode 100755 index 0000000..9cc0748 --- /dev/null +++ b/scripts/install-git-hooks.sh @@ -0,0 +1,6 @@ +#!/usr/bin/env bash +set -euo pipefail + +cd "$(dirname "$0")/.." +install -m 0755 scripts/pre-commit .git/hooks/pre-commit +echo "installed .git/hooks/pre-commit" -- cgit v1.2.3