项目文件夹

文件
2024-07-12 17:45:50 +02:00

8 行
84 B
Bash

#!/usr/bin/env sh
. "$(dirname "$0")/_/husky.sh"
npx commitlint --edit $1
exit 0