BAPSicle/dev/install-githook.sh

5 lines
84 B
Bash
Executable file

#!/bin/bash
poetry install
cd "$(dirname "$0")"
cp "./pre-commit" "../.git/hooks/"