prepare.sh 112 B

12345
  1. #!/usr/bin/env bash
  2. set -euo pipefail
  3. if git status &>/dev/null; then git config core.hooksPath .githooks; fi