BAPSicle/dev/install-githook.sh

6 lines
84 B
Bash
Raw Permalink Normal View History

2020-11-01 00:54:50 +00:00
#!/bin/bash
2024-03-29 16:32:06 +00:00
poetry install
2020-11-01 00:54:50 +00:00
cd "$(dirname "$0")"
cp "./pre-commit" "../.git/hooks/"
2021-04-10 19:25:18 +00:00