4 lines
117 B
Bash
Executable file
4 lines
117 B
Bash
Executable file
#!/usr/bin/env sh
|
|
|
|
export GIT_DIR="$HOME/.local/share/yadm/repo.git"
|
|
pre-commit $@ -c .config/pre-commit-config.yaml
|