Co-authored-by: Ernesto García <ernestognw@gmail.com> Co-authored-by: cairo <cairoeth@protonmail.com>
6 lines
112 B
Bash
Executable File
6 lines
112 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
if git status &>/dev/null; then git config core.hooksPath .githooks; fi
|