4 lines
77 B
Bash
Executable File
4 lines
77 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
ln -sf ../../.hooks/pre-commit.sh .git/hooks/pre-commit
|