5 lines
63 B
Bash
5 lines
63 B
Bash
|
#!/usr/bin/env sh
|
||
|
|
||
|
cd $(dirname $0)/..
|
||
|
lefthook run pre-commit
|