5 lines
111 B
Plaintext
5 lines
111 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
|
||
|
|
exec < /dev/tty && ./node_modules/.bin/commithelper prompt --file $1
|