pre-commit-all.hook 84 B

12345
  1. #!/bin/bash
  2. for file in .git/hooks/pre-commit.d/*; do
  3. bash "${file}" "${1}"
  4. done