4 lines
85 B
Bash
Executable file
4 lines
85 B
Bash
Executable file
#!/bin/sh
|
|
|
|
touch ./.git/hooks/pre-commit
|
|
ln -s -f ./pre-commit .git/hooks/pre-commit
|