5 lines
84 B
Bash
Executable file
5 lines
84 B
Bash
Executable file
#!/bin/bash
|
|
poetry install
|
|
cd "$(dirname "$0")"
|
|
cp "./pre-commit" "../.git/hooks/"
|
|
|