#!/bin/sh
# Generated by smthrs from the WORKSPACE.ts gitHooks declaration. Do not edit.
# pre-commit -> //:preCommit
if command -v smthrs >/dev/null 2>&1; then
  exec smthrs run '//:preCommit'
fi
if command -v smithers-build >/dev/null 2>&1; then
  exec smithers-build '//:preCommit'
fi
echo "smthrs: CLI not found on PATH; skipping the pre-commit hook (fail-open)" >&2
exit 0
