mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-18 03:29:15 +00:00
6 lines
124 B
Bash
6 lines
124 B
Bash
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
exec < /dev/tty && node_modules/.bin/git-cz --hook || true
|
|
echo "PEPE"
|