mirror of
https://github.com/acid-info/lsd.git
synced 2025-01-12 18:14:25 +00:00
5 lines
88 B
Bash
Executable File
5 lines
88 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npx --no -- commitlint --edit ${1}
|