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