x-git-hooks 0.0.1

Git Hooks Manager
Documentation
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -eu

readonly script_name=$(basename "$0")
readonly git_params=$*

echo "[git-hooks] running script : ${script_name}"
echo "[git-hooks] git params     : ${git_params}"