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