mirror of
https://github.com/agregarr/agregarr.git
synced 2026-01-31 06:48:57 -06:00
5 lines
83 B
Bash
Executable File
5 lines
83 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
exec < /dev/tty && npx cz --hook || true
|